From b0b7dbd1aeb533805582d0e16bdfb8e24ee78648 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Thu, 2 Nov 2023 11:51:28 +0000 Subject: [PATCH] Merge pull request #24525 from maheshchandra10/fix(23454)-raw-button-contrast-ratio UI: Fix button contrast-ratio (cherry picked from commit ac9880fb07abcb00c4694b3c020ec34e56448bf4) --- code/lib/theming/src/themes/light.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/theming/src/themes/light.ts b/code/lib/theming/src/themes/light.ts index 88508b62b8c4..107fabd942c4 100644 --- a/code/lib/theming/src/themes/light.ts +++ b/code/lib/theming/src/themes/light.ts @@ -21,7 +21,7 @@ const theme: ThemeVars = { // Text colors textColor: color.darkest, textInverseColor: color.lightest, - textMutedColor: color.mediumdark, + textMutedColor: color.dark, // Toolbar default and active colors barTextColor: color.mediumdark,