Fix text color on _maketheme
This commit is contained in:
parent
5e5166df2d
commit
185510f4e7
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hibas123/theme",
|
"name": "@hibas123/theme",
|
||||||
"version": "2.0.3",
|
"version": "2.0.5",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": " ",
|
"main": " ",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -24,6 +24,7 @@ $theme: #{$name}-theme;
|
|||||||
|
|
||||||
.#{$theme} .background-default {
|
.#{$theme} .background-default {
|
||||||
background: $background;
|
background: $background;
|
||||||
|
color: $on-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
@each $dp in $elevations {
|
@each $dp in $elevations {
|
||||||
|
Loading…
Reference in New Issue
Block a user