From 918e96e372016ac32aaf2a094790c60615c33d94 Mon Sep 17 00:00:00 2001 From: ganfra Date: Mon, 9 Feb 2026 20:42:52 +0100 Subject: [PATCH] Updates again SelectParentSpaceOption ui --- .../impl/configureroom/SelectParentSpaceOptions.kt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/configureroom/SelectParentSpaceOptions.kt b/features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/configureroom/SelectParentSpaceOptions.kt index 6b65c75806..6b7b66b897 100644 --- a/features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/configureroom/SelectParentSpaceOptions.kt +++ b/features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/configureroom/SelectParentSpaceOptions.kt @@ -62,11 +62,7 @@ internal fun SelectParentSpaceOptions( text = selectedSpace?.displayName ?: stringResource(R.string.screen_create_room_space_selection_no_space_title), maxLines = 1, - color = if (selectedSpace != null) { - ElementTheme.colors.textPrimary - } else { - ElementTheme.colors.textSecondary - } + color = ElementTheme.colors.textPrimary ) }, supportingContent = selectedSpace?.canonicalAlias?.let { alias ->