From 655a9d724bd3f500856b873f85f68ed86a1efbd6 Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Mon, 24 Jan 2022 00:11:17 -0500 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/23374 - Update Text Accent color to photonViolet20 --- app/src/main/java/org/mozilla/fenix/theme/FirefoxTheme.kt | 2 +- app/src/main/res/values-night/colors.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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