For #27024 - Use textAccent for the "Learn more" link in the wallpaper settings

This commit is contained in:
sarah541 2022-09-14 21:13:48 -04:00 committed by mergify[bot]
parent 2ee00374dd
commit dafe5dbdd6
1 changed files with 1 additions and 1 deletions

View File

@ -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,