PreferenceCategory has more top padding, so reduce the Spacer above in this screen.

This commit is contained in:
Benoit Marty 2023-07-03 09:57:34 +02:00 committed by Benoit Marty
parent 2c8fdf0dad
commit 312a5890af

View file

@ -134,7 +134,7 @@ fun RoomDetailsView(
RoomMemberMainActionsSection(onShareUser = ::onShareMember)
}
}
Spacer(Modifier.height(26.dp))
Spacer(Modifier.height(18.dp))
if (state.roomTopic !is RoomTopicState.Hidden) {
TopicSection(