Create room: close icon should be on the left

This is a navigation icon, which goes on the LHS of the top bar.
This commit is contained in:
Chris Smith
2023-07-07 14:45:35 +01:00
parent ade86bc947
commit ea8ba25c45

View File

@@ -142,7 +142,7 @@ fun CreateRoomRootViewTopBar(
fontWeight = FontWeight.SemiBold,
)
},
actions = {
navigationIcon = {
IconButton(onClick = onClosePressed) {
Icon(
imageVector = Icons.Default.Close,