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:
@@ -142,7 +142,7 @@ fun CreateRoomRootViewTopBar(
|
||||
fontWeight = FontWeight.SemiBold,
|
||||
)
|
||||
},
|
||||
actions = {
|
||||
navigationIcon = {
|
||||
IconButton(onClick = onClosePressed) {
|
||||
Icon(
|
||||
imageVector = Icons.Default.Close,
|
||||
|
||||
Reference in New Issue
Block a user