Skip to content

Commit

Permalink
Closes #1122: Add callout variants for all theme colors. (2.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeparsons authored Jan 24, 2024
1 parent 7878365 commit 7f8f551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_callout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
}

@each $color, $value in $colors {
@each $color, $value in $theme-colors {
.callout-#{$color} {
@include callout-variant($value);
}
Expand Down

0 comments on commit 7f8f551

Please sign in to comment.