Skip to content

Commit 48d20f3

Browse files
authored
fix(VChip): correct opacity for plain variant (#22005)
1 parent cf22494 commit 48d20f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VChip/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $chip-label-border-radius: settings.$border-radius-root !default;
2323
$chip-max-width: 100% !default;
2424
$chip-overflow: hidden !default;
2525
$chip-padding-ratio: 2 + math.div(2, 3) !default;
26-
$chip-plain-opacity: 0.26 !default;
26+
$chip-plain-opacity: .62 !default;
2727
$chip-filter-transition: .15s settings.$standard-easing !default;
2828
$chip-white-space: nowrap !default;
2929

0 commit comments

Comments
 (0)