Skip to content

Commit a2249c2

Browse files
authored
fix(VSnackbar): render border in forced-colors mode (#21977)
1 parent 013d00f commit a2249c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/vuetify/src/components/VSnackbar/VSnackbar.sass

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
@at-root .v-snackbar
2828
@include tools.variant($snackbar-variants...)
2929

30+
@media (forced-colors: active)
31+
border: thick solid
32+
3033
&__content
3134
flex-grow: 1
3235
font-size: $snackbar-font-size

0 commit comments

Comments
 (0)