Merge pull request #847 from SilviaGarciaBouza/wrong_color_in_dark_mode

Added TextStyle color for ClickableText
pull/1837/head
Milosz Moczkowski 2 years ago committed by GitHub
commit 3f9ea98a4a

@ -254,6 +254,7 @@ fun EmptySearchResultBody(
text = tryAnotherSearchString,
style = MaterialTheme.typography.bodyLarge.merge(
TextStyle(
color = MaterialTheme.colorScheme.secondary,
textAlign = TextAlign.Center,
),
),

Loading…
Cancel
Save