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 bd879cb226
commit 1ef5f5ab0a

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(