mirror of
https://github.com/bitwarden/android.git
synced 2024-11-22 01:16:02 +03:00
BIT-886 Update text color on environment switcher (#122)
This commit is contained in:
parent
186d447a52
commit
cabde64d61
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ private fun RegionSelector(
|
|||
Text(
|
||||
text = stringResource(id = R.string.logging_in_on),
|
||||
style = MaterialTheme.typography.bodySmall,
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
modifier = Modifier.padding(end = 12.dp),
|
||||
)
|
||||
Text(
|
||||
|
|
Loading…
Reference in a new issue