Skip to content

Commit a29b965

Browse files
committed
fix(VCard): use a child combinator for v-card-subtitle color style
see #13745
1 parent d8679b9 commit a29b965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VCard/VCard.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
color: map-deep-get($material, 'text', 'primary')
77

88
> .v-card__text,
9-
.v-card__subtitle
9+
> .v-card__subtitle
1010
color: map-deep-get($material, 'text', 'secondary')
1111

1212
// Sheet

0 commit comments

Comments
 (0)