[fenix] For https://github.com/mozilla-mobile/fenix/issues/27024 - Use textAccent for the "Learn more" link in the wallpaper settings

pull/600/head
sarah541 2 years ago committed by mergify[bot]
parent 248ef0c172
commit 5b035e7fb5

@ -149,7 +149,7 @@ private fun WallpaperGroupHeading(
ClickableSubstringLink(
text = text,
textColor = FirefoxTheme.colors.textSecondary,
linkTextColor = FirefoxTheme.colors.textSecondary,
linkTextColor = FirefoxTheme.colors.textAccent,
linkTextDecoration = TextDecoration.Underline,
clickableStartIndex = linkStartIndex,
clickableEndIndex = linkEndIndex,

Loading…
Cancel
Save