Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
fix: color text
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerM committed Aug 10, 2020
1 parent 856e460 commit 42433eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/generic/_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
background-color: $value !important;
border-color: $value !important;
}
.#{$color}.text-#{$color_variant} {
.#{$color}-text.text-#{$color_variant} {
color: $value !important;
caret-color: $value !important;
}
Expand Down

0 comments on commit 42433eb

Please sign in to comment.