Skip to content

Commit

Permalink
fix(admin-ui): Fix card component colors in dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Nov 23, 2023
1 parent 5176017 commit c077e15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/admin-ui/src/lib/static/styles/theme/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,9 @@
/**********
* Card
*/
--clr-card-header-title-color: var(--color-text-200);
--clr-card-bg-color: hsl(198, 28%, 18%);
--clr-card-border-color: hsl(203, 30%, 8%);
--clr-card-border-color: hsl(203, 30%, 13%);
--clr-card-title-color: hsl(210, 16%, 93%);
--clr-card-box-shadow-color: var(--clr-card-border-color);
--clr-card-box-shadow: 0 0.15rem 0 0 var(--clr-card-border-color);
Expand Down

0 comments on commit c077e15

Please sign in to comment.