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 0e55a7320..3f3c6bf44 100644 --- a/app/src/main/java/org/mozilla/fenix/theme/FirefoxTheme.kt +++ b/app/src/main/java/org/mozilla/fenix/theme/FirefoxTheme.kt @@ -65,7 +65,7 @@ private val darkColorPalette = FirefoxColors( textPrimary = PhotonColors.LightGrey05, textSecondary = PhotonColors.LightGrey40, textDisabled = PhotonColors.LightGrey05A40, - textWarning = PhotonColors.Red40, + textWarning = PhotonColors.Red20, textAccent = PhotonColors.Violet20, textInverted = PhotonColors.White, iconPrimary = PhotonColors.LightGrey05, @@ -76,7 +76,7 @@ private val darkColorPalette = FirefoxColors( iconInverted = PhotonColors.White, iconNotice = PhotonColors.Blue30, iconButton = PhotonColors.LightGrey05, - iconWarning = PhotonColors.Red40, + iconWarning = PhotonColors.Red20, iconAccentViolet = PhotonColors.Violet20, iconAccentBlue = PhotonColors.Blue20, iconAccentPink = PhotonColors.Pink20, diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 243b26ba9..b936c837b 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -56,7 +56,7 @@ @color/photonLightGrey05A40 - @color/photonRed40 + @color/photonRed20 @color/photonViolet20 @@ -79,7 +79,7 @@ @color/photonBlue30 @color/photonLightGrey05 - @color/photonRed40 + @color/photonRed20 @color/photonViolet20 @color/photonBlue20 @color/photonPink20