PreferenceCategory has more top padding, so reduce the Spacer above in this screen.
This commit is contained in:
committed by
Benoit Marty
parent
2c8fdf0dad
commit
312a5890af
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user