Updates again SelectParentSpaceOption ui
This commit is contained in:
parent
ad2d7dc8c5
commit
918e96e372
1 changed files with 1 additions and 5 deletions
|
|
@ -62,11 +62,7 @@ internal fun SelectParentSpaceOptions(
|
||||||
text = selectedSpace?.displayName
|
text = selectedSpace?.displayName
|
||||||
?: stringResource(R.string.screen_create_room_space_selection_no_space_title),
|
?: stringResource(R.string.screen_create_room_space_selection_no_space_title),
|
||||||
maxLines = 1,
|
maxLines = 1,
|
||||||
color = if (selectedSpace != null) {
|
color = ElementTheme.colors.textPrimary
|
||||||
ElementTheme.colors.textPrimary
|
|
||||||
} else {
|
|
||||||
ElementTheme.colors.textSecondary
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
supportingContent = selectedSpace?.canonicalAlias?.let { alias ->
|
supportingContent = selectedSpace?.canonicalAlias?.let { alias ->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue