From 5f12b9688ec382318e0838194e903b225e6a4172 Mon Sep 17 00:00:00 2001 From: kytwb Date: Wed, 15 Dec 2021 19:02:21 +0100 Subject: Comment out brandPrimaryColor in dark theme file --- src/themes/dark/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/themes/dark/index.ts b/src/themes/dark/index.ts index dcdeef683..6bb890192 100644 --- a/src/themes/dark/index.ts +++ b/src/themes/dark/index.ts @@ -6,12 +6,14 @@ import * as legacyStyles from '../legacy'; export default (brandPrimary: string) => { const defaultStyles = makeDefaultThemeConfig(brandPrimary); + /* let brandPrimaryColor = color(legacyStyles.themeBrandPrimary); try { brandPrimaryColor = color(defaultStyles.brandPrimary); } catch { // Ignore invalid color and fall back to default. } + */ const colorBackground = legacyStyles.darkThemeGrayDarkest; const colorText = legacyStyles.darkThemeTextColor; -- cgit v1.2.3-70-g09d2