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 827a2677ce..9c5986296b 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( textSecondary = PhotonColors.LightGrey40, textDisabled = PhotonColors.LightGrey05A40, textWarning = PhotonColors.Red40, - textAccent = PhotonColors.Violet40, + textAccent = PhotonColors.Violet20, textInverted = PhotonColors.White, iconPrimary = PhotonColors.LightGrey05, iconPrimaryInactive = PhotonColors.LightGrey05A60, diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 9a9e9fb8ae..2e2e8eda3d 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -56,7 +56,7 @@ @color/photonRed40 - @color/photonViolet40 + @color/photonViolet20 @color/photonWhite