Added TextStyle color for ClickableText

pull/847/head
Silvia García Bouza 12 months ago
parent 2ac13e821e
commit 0016b10037

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

Loading…
Cancel
Save