Skip to content

Commit

Permalink
fix: add k-text-base color
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored and joneff committed Dec 15, 2020
1 parent 4afd60d commit a20ac9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/default/scss/common/_decoration.scss
Expand Up @@ -8,7 +8,9 @@
.k-text-warning { color: $warning !important; }
.k-text-error { color: $error !important; }

.k-color-inherit { color: inherit; }
.k-text-base { color: $base-text; }

.k-color-inherit { color: inherit; }

@each $name, $color in $theme-colors {
.k-text-#{$name},
Expand Down

0 comments on commit a20ac9c

Please sign in to comment.