For #23761 - Update Text Warning, Icon Warning and Border Warning light theme to Red70

upstream-sync
Gabriel Luong 2 years ago committed by mergify[bot]
parent 35212ae6ca
commit 2ec29b8101

@ -125,7 +125,7 @@ private val lightColorPalette = FirefoxColors(
textPrimary = PhotonColors.DarkGrey90,
textSecondary = PhotonColors.DarkGrey05,
textDisabled = PhotonColors.DarkGrey90A40,
textWarning = PhotonColors.Red80,
textWarning = PhotonColors.Red70,
textAccent = PhotonColors.Violet70,
textAccentDisabled = PhotonColors.Violet70A80,
textOnColorPrimary = PhotonColors.LightGrey05,
@ -142,7 +142,7 @@ private val lightColorPalette = FirefoxColors(
iconOnColor = PhotonColors.LightGrey05,
iconNotice = PhotonColors.Blue30,
iconButton = PhotonColors.Ink20,
iconWarning = PhotonColors.Red80,
iconWarning = PhotonColors.Red70,
iconAccentViolet = PhotonColors.Violet60,
iconAccentBlue = PhotonColors.Blue60,
iconAccentPink = PhotonColors.Pink60,
@ -155,7 +155,7 @@ private val lightColorPalette = FirefoxColors(
borderFormDefault = PhotonColors.DarkGrey90,
borderAccent = PhotonColors.Ink20,
borderDisabled = PhotonColors.DarkGrey90A40,
borderWarning = PhotonColors.Red80
borderWarning = PhotonColors.Red70
)
/**

@ -58,7 +58,7 @@
<!-- Disabled text -->
<color name="fx_mobile_text_color_disabled">@color/photonDarkGrey90A40</color>
<!-- Warning text -->
<color name="fx_mobile_text_color_warning" tools:ignore="UnusedResources">@color/photonRed80</color>
<color name="fx_mobile_text_color_warning" tools:ignore="UnusedResources">@color/photonRed70</color>
<!-- Small heading, Text link -->
<color name="fx_mobile_text_color_accent">@color/photonViolet70</color>
<!-- Small heading, Text link -->
@ -93,7 +93,7 @@
<color name="fx_mobile_icon_color_information">@color/photonBlue30</color>
<!-- Icon button -->
<color name="fx_mobile_icon_color_button" tools:ignore="UnusedResources">@color/photonInk20</color>
<color name="fx_mobile_icon_color_warning" tools:ignore="UnusedResources">@color/photonRed80</color>
<color name="fx_mobile_icon_color_warning" tools:ignore="UnusedResources">@color/photonRed70</color>
<color name="fx_mobile_icon_color_accent_violet">@color/photonViolet60</color>
<color name="fx_mobile_icon_color_accent_blue">@color/photonBlue60</color>
<color name="fx_mobile_icon_color_accent_pink">@color/photonPink60</color>
@ -116,7 +116,7 @@
<!-- Form parts -->
<color name="fx_mobile_border_color_disabled" tools:ignore="UnusedResources">@color/photonDarkGrey90A40</color>
<!-- Form parts -->
<color name="fx_mobile_border_color_warning" tools:ignore="UnusedResources">@color/photonRed80</color>
<color name="fx_mobile_border_color_warning" tools:ignore="UnusedResources">@color/photonRed70</color>
<!-- Private theme color variables -->

Loading…
Cancel
Save