Skip to content

Commit

Permalink
Revert db61cf3 for $text-muted default value (#36680)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Jul 6, 2022
1 parent f0f8107 commit 7d0b224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Expand Up @@ -616,7 +616,7 @@ $small-font-size: .875em !default;

$sub-sup-font-size: .75em !default;

$text-muted: rgba(var(--#{$prefix}body-color-rgb), .75) !default;
$text-muted: $gray-600 !default;

$initialism-font-size: $small-font-size !default;

Expand Down

0 comments on commit 7d0b224

Please sign in to comment.