mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 23:46:23 +02:00
Fix slightly lighter color of the terms checkbox
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user