Skip to content

Commit

Permalink
fix(colors): apply color change to on-background instead of on-surface
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 11, 2024
1 parent 6a9d8e6 commit 419e8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/styles/generic/_colors.scss
Expand Up @@ -13,7 +13,7 @@
@mixin background-text-color($color_name, $color_type) {
$map_value: map-deep-get(colors.$text-on-colors, $color_name, $color_type);

--v-theme-on-surface: #{$map_value} !important;
--v-theme-on-background: #{$map_value} !important;
color: $map_value !important;
}

Expand Down

0 comments on commit 419e8ce

Please sign in to comment.