From cd5f8116fb8cf480325c72880d7b991eb77c4f52 Mon Sep 17 00:00:00 2001 From: Mahesh Chandra Date: Fri, 20 Oct 2023 01:39:21 +0530 Subject: [PATCH] fix(23454)-raw button contrast ratio --- 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,