Fix subtitle color

This commit is contained in:
Jorge Martín 2023-08-18 14:55:41 +02:00
parent afbd998b12
commit 9f1795bc04

View file

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