BIT-886 Update text color on environment switcher (#122)

This commit is contained in:
Andrew Haisting 2023-10-17 10:21:11 -05:00 committed by Álison Fernandes
parent 186d447a52
commit cabde64d61

View file

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