Fix subtitle color

This commit is contained in:
Jorge Martín 2023-08-18 14:55:41 +02:00
parent 182e0ebf97
commit 97b55f7cc1

View file

@ -198,7 +198,7 @@ private fun WaitListContent(
text = subtitle, text = subtitle,
style = ElementTheme.typography.fontBodyLgRegular, style = ElementTheme.typography.fontBodyLgRegular,
textAlign = TextAlign.Center, textAlign = TextAlign.Center,
color = Color.White, color = ElementTheme.colors.textPrimary,
) )
} }
} }