[fenix] For https://github.com/mozilla-mobile/fenix/issues/23374 - Update Text Accent color to photonViolet20

pull/600/head
Gabriel Luong 2 years ago committed by mergify[bot]
parent 5185773477
commit 655a9d724b

@ -65,7 +65,7 @@ private val darkColorPalette = FirefoxColors(
textSecondary = PhotonColors.LightGrey40,
textDisabled = PhotonColors.LightGrey05A40,
textWarning = PhotonColors.Red40,
textAccent = PhotonColors.Violet40,
textAccent = PhotonColors.Violet20,
textInverted = PhotonColors.White,
iconPrimary = PhotonColors.LightGrey05,
iconPrimaryInactive = PhotonColors.LightGrey05A60,

@ -56,7 +56,7 @@
<!-- Warning text -->
<color name="fx_mobile_text_color_warning" tools:ignore="UnusedResources">@color/photonRed40</color>
<!-- Small heading, Text link -->
<color name="fx_mobile_text_color_accent">@color/photonViolet40</color>
<color name="fx_mobile_text_color_accent">@color/photonViolet20</color>
<!-- Text Inverted/On Color -->
<color name="fx_mobile_text_color_inverted" tools:ignore="UnusedResources">@color/photonWhite</color>

Loading…
Cancel
Save