Skip to content

Commit

Permalink
style: make sure everything is synced with figma
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Nov 22, 2024
1 parent 8d97779 commit 7b8dd42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/css/src/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
--dsc-card-color: var(--ds-color-neutral-text-default);

&[data-color]:where(:not([data-color='subtle'])) {
--dsc-card-background--active: var(--ds-color-surface-default);
--dsc-card-background--hover: var(--ds-color-background-subtle);
--dsc-card-background--active: var(--ds-color-surface-active);
--dsc-card-background--hover: var(--ds-color-surface-hover);
--dsc-card-background: var(--ds-color-surface-default);
--dsc-card-border-color: var(--ds-color-border-subtle);
--dsc-card-color: var(--ds-color-text-default);
Expand Down

0 comments on commit 7b8dd42

Please sign in to comment.