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:
parent
31ed77e79c
commit
eea92b9d36
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ fun CreateRoomRootViewTopBar(
|
|||
fontWeight = FontWeight.SemiBold,
|
||||
)
|
||||
},
|
||||
actions = {
|
||||
navigationIcon = {
|
||||
IconButton(onClick = onClosePressed) {
|
||||
Icon(
|
||||
imageVector = Icons.Default.Close,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue