Skip to content

Commit

Permalink
fix(VTooltip): remove background opacity
Browse files Browse the repository at this point in the history
fixes #17998
  • Loading branch information
johnleider committed Aug 8, 2023
1 parent b8c8aad commit 9945ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VTooltip/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '../../styles/settings';

// VTooltip
$tooltip-background-color: rgba(var(--v-theme-surface-variant), .7) !default;
$tooltip-background-color: rgb(var(--v-theme-surface-variant)) !default;
$tooltip-text-color: rgb(var(--v-theme-on-surface-variant)) !default;
$tooltip-border-radius: settings.$border-radius-root !default;
$tooltip-font-size: .875rem !default;
Expand Down

0 comments on commit 9945ed1

Please sign in to comment.