mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-26 12:44:38 +00:00
Fixed color of Get started text.
This commit is contained in:
@@ -85,7 +85,8 @@ fun OnboardingMegaphone(
|
||||
Text(
|
||||
text = stringResource(R.string.Megaphones_get_started),
|
||||
style = MaterialTheme.typography.titleSmall,
|
||||
modifier = Modifier.padding(start = 16.dp, top = 4.dp)
|
||||
modifier = Modifier.padding(start = 16.dp, top = 4.dp),
|
||||
color = MaterialTheme.colorScheme.onSurface
|
||||
)
|
||||
|
||||
val onboardingItems = remember(onboardingState.displayState) {
|
||||
|
||||
Reference in New Issue
Block a user