Skip to content

Commit

Permalink
fix(list-group): properly set a color on list-group-items
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd authored and mdo committed Mar 1, 2021
1 parent ac3a106 commit 0bdf931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ $progress-bar-transition: width .6s ease !default;
// List group

// scss-docs-start list-group-variables
$list-group-color: null !default;
$list-group-color: $gray-900 !default;
$list-group-bg: $white !default;
$list-group-border-color: rgba($black, .125) !default;
$list-group-border-width: $border-width !default;
Expand Down

0 comments on commit 0bdf931

Please sign in to comment.