diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 7f20ed76e..d337e0d63 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -40,7 +40,7 @@ @include text-emphasis-variant('.text-#{$color}', $value); } -.text-muted { color: $gray-400 !important; } +.text-muted { color: $text-muted !important; } // Misc