From 34c59b487291f99dd7abb71878bda2d8de4c0162 Mon Sep 17 00:00:00 2001 From: Hardikkumar Nai <80053762+hardiknai-techm@users.noreply.github.com> Date: Wed, 22 Sep 2021 20:10:18 +0530 Subject: [PATCH] Scale and Settings: Text content of 'Info status message' and 'Warning' message is not visible properly at high contrast black mode. (#1090) --- src/Explorer/Controls/Settings/SettingsRenderUtils.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Controls/Settings/SettingsRenderUtils.tsx b/src/Explorer/Controls/Settings/SettingsRenderUtils.tsx index fe29a6d90..a9b932884 100644 --- a/src/Explorer/Controls/Settings/SettingsRenderUtils.tsx +++ b/src/Explorer/Controls/Settings/SettingsRenderUtils.tsx @@ -65,7 +65,7 @@ export interface PriceBreakdown { currencySign: string; } -export const infoAndToolTipTextStyle: ITextStyles = { root: { fontSize: 14 } }; +export const infoAndToolTipTextStyle: ITextStyles = { root: { fontSize: 14, color: "windowtext" } }; export const noLeftPaddingCheckBoxStyle: ICheckboxStyles = { label: {