Fix text color on _maketheme

This commit is contained in:
Fabian 2020-10-06 00:29:24 +02:00
parent 5e5166df2d
commit 185510f4e7
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@hibas123/theme", "name": "@hibas123/theme",
"version": "2.0.3", "version": "2.0.5",
"description": "", "description": "",
"main": " ", "main": " ",
"files": [ "files": [

View File

@ -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 {