2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1858879 - Changed link text in FeltPrivacyInfoCard to default text color

This commit is contained in:
Harrison Oglesby 2023-10-18 13:41:34 -07:00 committed by mergify[bot]
parent 7348338489
commit 781ed03615

View File

@ -68,6 +68,7 @@ fun FeltPrivacyModeInfoCard(
style = FirefoxTheme.typography.body2.copy(
color = FirefoxTheme.colors.textPrimary,
),
linkTextColor = FirefoxTheme.colors.textPrimary,
linkTextDecoration = TextDecoration.Underline,
)
}