Skip to content

Commit

Permalink
fix(VCard): use a child combinator for v-card-subtitle color style
Browse files Browse the repository at this point in the history
see #13745
  • Loading branch information
KaelWD committed Jun 19, 2021
1 parent d8679b9 commit a29b965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VCard/VCard.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
color: map-deep-get($material, 'text', 'primary')

> .v-card__text,
.v-card__subtitle
> .v-card__subtitle
color: map-deep-get($material, 'text', 'secondary')

// Sheet
Expand Down

0 comments on commit a29b965

Please sign in to comment.