Skip to content

Commit 47d4b70

Browse files
committed
fix(colors): correct CSS layer name
1 parent f5807a5 commit 47d4b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vuetify/src/styles/generic/_colors.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
@if (settings.$color-pack) {
26-
@include tools.layer('utilities.theme.background') {
26+
@include tools.layer('utilities.theme-background') {
2727
@each $color_name, $color_value in colors.$shades {
2828
.bg-#{$color_name} {
2929
@include background-color($color_value);
@@ -57,7 +57,7 @@
5757
}
5858
}
5959

60-
@include tools.layer('utilities.theme.foreground') {
60+
@include tools.layer('utilities.theme-foreground') {
6161
@each $color_name, $color_value in colors.$shades {
6262
.text-#{$color_name} {
6363
@include text-color($color_value);

0 commit comments

Comments
 (0)