Skip to content

Commit

Permalink
Updated card color in dark theme
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Cai <[email protected]>
  • Loading branch information
ciiay committed Sep 11, 2024
1 parent 0f168d6 commit a56291d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/themes/rhdh-1.2.0/defaultThemePalette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/themes/rhdh/darkTheme.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe("customDarkTheme", () => {
formControlBackgroundColor: "#36373A",
mainSectionBackgroundColor: "#0f1214",
headerBottomBorderColor: "#A3A3A3",
cardBackgroundColor: "#292929",
cardBackgroundColor: "#1b1d21",
sideBarBackgroundColor: "#1b1d21",
cardBorderColor: "#A3A3A3",
tableTitleColor: "#E0E0E0",
Expand Down
2 changes: 1 addition & 1 deletion src/themes/rhdh/darkTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const customDarkTheme = (): ThemeConfigPalette => {
formControlBackgroundColor: "#36373A",
mainSectionBackgroundColor: "#0f1214",
headerBottomBorderColor: "#A3A3A3",
cardBackgroundColor: "#292929",
cardBackgroundColor: "#1b1d21",
sideBarBackgroundColor: "#1b1d21",
cardBorderColor: "#A3A3A3",
tableTitleColor: "#E0E0E0",
Expand Down

0 comments on commit a56291d

Please sign in to comment.