Skip to content

Commit

Permalink
fix(cards): card footer bg color is linked to the card bg color (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored Jun 29, 2022
1 parent aa8b4f0 commit 64f0eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
padding: 0 var(--#{$prefix}card-cap-padding-x) var(--#{$prefix}card-cap-padding-x);
font-weight: var(--#{$prefix}card-cap-font-weight);
color: var(--#{$prefix}card-footer-color);
background-color: var(--#{$prefix}card-cap-color);
background-color: var(--#{$prefix}card-bg);
// End mod

&:last-child {
Expand Down

0 comments on commit 64f0eb4

Please sign in to comment.