diff --git a/features/login/impl/src/main/kotlin/io/element/android/features/login/impl/screens/waitlistscreen/WaitListView.kt b/features/login/impl/src/main/kotlin/io/element/android/features/login/impl/screens/waitlistscreen/WaitListView.kt index 8bec63a489..1bce4b39a9 100644 --- a/features/login/impl/src/main/kotlin/io/element/android/features/login/impl/screens/waitlistscreen/WaitListView.kt +++ b/features/login/impl/src/main/kotlin/io/element/android/features/login/impl/screens/waitlistscreen/WaitListView.kt @@ -198,7 +198,7 @@ private fun WaitListContent( text = subtitle, style = ElementTheme.typography.fontBodyLgRegular, textAlign = TextAlign.Center, - color = Color.White, + color = ElementTheme.colors.textPrimary, ) } }