mirror of
https://github.com/bitwarden/android.git
synced 2025-01-30 19:53:47 +03:00
PM-17382 - update style and color for login labels
This commit is contained in:
parent
b2c4fbb593
commit
ad27e72898
1 changed files with 3 additions and 3 deletions
|
@ -307,8 +307,8 @@ private fun LoginScreenContent(
|
|||
state.environmentLabel,
|
||||
),
|
||||
textAlign = TextAlign.Center,
|
||||
style = BitwardenTheme.typography.bodyMedium,
|
||||
color = BitwardenTheme.colorScheme.text.primary,
|
||||
style = BitwardenTheme.typography.bodySmall,
|
||||
color = BitwardenTheme.colorScheme.text.secondary,
|
||||
modifier = Modifier
|
||||
.testTag("LoggingInAsLabel")
|
||||
.standardHorizontalMargin()
|
||||
|
@ -318,7 +318,7 @@ private fun LoginScreenContent(
|
|||
BitwardenClickableText(
|
||||
label = stringResource(id = R.string.not_you),
|
||||
onClick = onNotYouButtonClick,
|
||||
style = BitwardenTheme.typography.labelLarge,
|
||||
style = BitwardenTheme.typography.labelMedium,
|
||||
innerPadding = PaddingValues(vertical = 8.dp, horizontal = 16.dp),
|
||||
modifier = Modifier
|
||||
.standardHorizontalMargin()
|
||||
|
|
Loading…
Add table
Reference in a new issue