diff --git a/app/src/main/java/org/mozilla/fenix/theme/FirefoxTheme.kt b/app/src/main/java/org/mozilla/fenix/theme/FirefoxTheme.kt index b3991e383d..0fce34ae46 100644 --- a/app/src/main/java/org/mozilla/fenix/theme/FirefoxTheme.kt +++ b/app/src/main/java/org/mozilla/fenix/theme/FirefoxTheme.kt @@ -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 ) /** diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 4c0ac144c6..01c927a2f8 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -58,7 +58,7 @@ @color/photonDarkGrey90A40 - @color/photonRed80 + @color/photonRed70 @color/photonViolet70 @@ -93,7 +93,7 @@ @color/photonBlue30 @color/photonInk20 - @color/photonRed80 + @color/photonRed70 @color/photonViolet60 @color/photonBlue60 @color/photonPink60 @@ -116,7 +116,7 @@ @color/photonDarkGrey90A40 - @color/photonRed80 + @color/photonRed70