For #22965 - Update description of Text Inverted color token

upstream-sync
Gabriel Luong 3 years ago committed by mergify[bot]
parent c9cb55cf3f
commit a7e78a19d0

@ -256,7 +256,7 @@ class FirefoxColors(
// Small heading
var textAccent by mutableStateOf(textAccent)
private set
// Text/Icon inverted (on color)
// Text Inverted/On Color
var textInverted by mutableStateOf(textInverted)
private set

@ -53,7 +53,7 @@
<color name="fx_mobile_text_color_action">@color/photonViolet40</color>
<!-- Small heading -->
<color name="fx_mobile_text_color_accent" tools:ignore="UnusedResources">@color/photonViolet40</color>
<!-- Text/Icon inverted (on color) -->
<!-- Text Inverted/On Color -->
<color name="fx_mobile_text_color_inverted" tools:ignore="UnusedResources">@color/photonWhite</color>
<!-- Icon -->

@ -53,7 +53,7 @@
<color name="fx_mobile_text_color_action">@color/photonViolet70</color>
<!-- Small heading -->
<color name="fx_mobile_text_color_accent" tools:ignore="UnusedResources">@color/photonViolet90</color>
<!-- Text/Icon inverted (on color) -->
<!-- Text Inverted/On Color -->
<color name="fx_mobile_text_color_inverted" tools:ignore="UnusedResources">@color/photonWhite</color>
<!-- Icon -->

Loading…
Cancel
Save