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