From a56291d5a8a1c13b6184e6e028eed7c68683a495 Mon Sep 17 00:00:00 2001 From: Yi Cai Date: Wed, 11 Sep 2024 15:13:15 -0400 Subject: [PATCH] Updated card color in dark theme Signed-off-by: Yi Cai --- src/themes/rhdh-1.2.0/defaultThemePalette.ts | 2 +- src/themes/rhdh/darkTheme.test.ts | 2 +- src/themes/rhdh/darkTheme.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/themes/rhdh-1.2.0/defaultThemePalette.ts b/src/themes/rhdh-1.2.0/defaultThemePalette.ts index dd93673..cb1ea8b 100644 --- a/src/themes/rhdh-1.2.0/defaultThemePalette.ts +++ b/src/themes/rhdh-1.2.0/defaultThemePalette.ts @@ -12,7 +12,7 @@ export const defaultThemePalette = (mode: string, themeColors: ThemeColors) => { headerBackgroundColor: "#0f1214", headerTextColor: "#FFF", headerBottomBorderColor: "#A3A3A3", - cardBackgroundColor: "#292929", + cardBackgroundColor: "#1b1d21", focusVisibleBorder: "#ADD6FF", sideBarBackgroundColor: "#1b1d21", cardSubtitleColor: "#FFF", diff --git a/src/themes/rhdh/darkTheme.test.ts b/src/themes/rhdh/darkTheme.test.ts index 189ae96..1beb2ac 100644 --- a/src/themes/rhdh/darkTheme.test.ts +++ b/src/themes/rhdh/darkTheme.test.ts @@ -83,7 +83,7 @@ describe("customDarkTheme", () => { formControlBackgroundColor: "#36373A", mainSectionBackgroundColor: "#0f1214", headerBottomBorderColor: "#A3A3A3", - cardBackgroundColor: "#292929", + cardBackgroundColor: "#1b1d21", sideBarBackgroundColor: "#1b1d21", cardBorderColor: "#A3A3A3", tableTitleColor: "#E0E0E0", diff --git a/src/themes/rhdh/darkTheme.ts b/src/themes/rhdh/darkTheme.ts index 3c147ab..011eb77 100644 --- a/src/themes/rhdh/darkTheme.ts +++ b/src/themes/rhdh/darkTheme.ts @@ -32,7 +32,7 @@ export const customDarkTheme = (): ThemeConfigPalette => { formControlBackgroundColor: "#36373A", mainSectionBackgroundColor: "#0f1214", headerBottomBorderColor: "#A3A3A3", - cardBackgroundColor: "#292929", + cardBackgroundColor: "#1b1d21", sideBarBackgroundColor: "#1b1d21", cardBorderColor: "#A3A3A3", tableTitleColor: "#E0E0E0",