Fix slightly lighter color of the terms checkbox

This commit is contained in:
Oleg Koretsky
2023-03-07 22:15:55 +02:00
parent a82fc73346
commit 773d747f5a

View File

@@ -151,7 +151,7 @@ fun LoginPage(accountViewModel: AccountStateViewModel) {
)
val clickableTextStyle =
SpanStyle(color = MaterialTheme.colors.primary.copy(alpha = 0.52f))
SpanStyle(color = MaterialTheme.colors.primary)
val annotatedTermsString = buildAnnotatedString {
append(stringResource(R.string.i_accept_the))