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 ->