1
0
Fork 0
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:
Philip Cappelli 2025-01-28 10:46:38 -05:00
parent b2c4fbb593
commit ad27e72898

View file

@ -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()