Skip to content

Commit 59aeadc

Browse files
authored
fix(VChip): render border in forced-colors mode (#21970)
1 parent b30d5c8 commit 59aeadc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/vuetify/src/components/VChip/VChip.sass

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,11 @@
8686

8787
.v-chip--label
8888
border-radius: $chip-label-border-radius
89+
90+
@media (forced-colors: active)
91+
.v-chip
92+
&:not(
93+
&--variant-text,
94+
&--variant-plain
95+
)
96+
border: thin solid

0 commit comments

Comments
 (0)