Merge pull request #847 from SilviaGarciaBouza/wrong_color_in_dark_mode

Added TextStyle color for ClickableText
pull/887/merge
Milosz Moczkowski 11 months ago committed by GitHub
commit 374808c284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save