Skip to content

Commit

Permalink
Revert "fix(colors): apply theme-on-surface override for bg text color"
Browse files Browse the repository at this point in the history
This reverts commit 43529fa.
  • Loading branch information
johnleider committed May 11, 2024
1 parent 6a9d8e6 commit 1b56e4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vuetify/src/styles/generic/_colors.scss
Expand Up @@ -13,7 +13,6 @@
@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;
color: $map_value !important;
}

Expand Down

0 comments on commit 1b56e4e

Please sign in to comment.