PreferenceCategory has more top padding, so reduce the Spacer above in this screen.
This commit is contained in:
parent
2c8fdf0dad
commit
312a5890af
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue