Skip to content

Commit

Permalink
fix: add divider width (#3841)
Browse files Browse the repository at this point in the history
* fix: add divider width

* fix: remove space
  • Loading branch information
ColinBuyck authored Jan 29, 2024
1 parent 99847f0 commit 42cd7fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
--card-header-padding-inline-mobile: var(--seeds-s4);
--card-content-padding-inline-mobile: var(--seeds-s4);
--card-border-width: 0rem;
--card-divider-width: var(--seeds-border-1);
width: 100%;
@media (max-width: theme("screens.sm")) {
--card-spacing-lg: var(--seeds-s6);
Expand Down

0 comments on commit 42cd7fe

Please sign in to comment.