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 31ed77e79c
commit eea92b9d36

View file

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