Fix subtitle color
This commit is contained in:
parent
afbd998b12
commit
9f1795bc04
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ private fun WaitListContent(
|
|||
text = subtitle,
|
||||
style = ElementTheme.typography.fontBodyLgRegular,
|
||||
textAlign = TextAlign.Center,
|
||||
color = Color.White,
|
||||
color = ElementTheme.colors.textPrimary,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue