diff --git a/features/createroom/src/main/kotlin/io/element/android/features/createroom/root/CreateRoomRootScreen.kt b/features/createroom/src/main/kotlin/io/element/android/features/createroom/root/CreateRoomRootScreen.kt index 970bd985f8..ea6631775b 100644 --- a/features/createroom/src/main/kotlin/io/element/android/features/createroom/root/CreateRoomRootScreen.kt +++ b/features/createroom/src/main/kotlin/io/element/android/features/createroom/root/CreateRoomRootScreen.kt @@ -81,7 +81,7 @@ fun CreateRoomRootScreen( if (!isSearchActive.value) { TextIconButton( - modifier = Modifier.padding(horizontal = 8.dp), + modifier = Modifier.padding(start = 8.dp, top = 16.dp, end = 8.dp), imageVector = ImageVector.vectorResource(DrawableR.drawable.ic_group), text = stringResource(id = StringR.string.new_room), onClick = onNewRoomClicked,