mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-29 04:02:58 +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 =
|
val clickableTextStyle =
|
||||||
SpanStyle(color = MaterialTheme.colors.primary.copy(alpha = 0.52f))
|
SpanStyle(color = MaterialTheme.colors.primary)
|
||||||
|
|
||||||
val annotatedTermsString = buildAnnotatedString {
|
val annotatedTermsString = buildAnnotatedString {
|
||||||
append(stringResource(R.string.i_accept_the))
|
append(stringResource(R.string.i_accept_the))
|
||||||
|
Reference in New Issue
Block a user