PreferenceCategory has more top padding, so reduce the Spacer above in this screen.
This commit is contained in:
parent
bd879cb226
commit
1ef5f5ab0a
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ fun RoomDetailsView(
|
||||||
RoomMemberMainActionsSection(onShareUser = ::onShareMember)
|
RoomMemberMainActionsSection(onShareUser = ::onShareMember)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Spacer(Modifier.height(26.dp))
|
Spacer(Modifier.height(18.dp))
|
||||||
|
|
||||||
if (state.roomTopic !is RoomTopicState.Hidden) {
|
if (state.roomTopic !is RoomTopicState.Hidden) {
|
||||||
TopicSection(
|
TopicSection(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue