Skip to content

Commit

Permalink
fix(colors): apply theme-on-surface override for bg text color
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 6, 2024
1 parent daa96e9 commit 9d2ea6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/styles/generic/_colors.scss
Expand Up @@ -13,6 +13,7 @@
@mixin background-text-color($color_name, $color_type) {
$map_value: map-deep-get(colors.$text-on-colors, $color_name, $color_type);

--v-border-color: #{$map_value} !important;
color: $map_value !important;
}

Expand Down

0 comments on commit 9d2ea6f

Please sign in to comment.