Skip to content

Commit

Permalink
fix(VApp): apply correct default application color
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Feb 23, 2022
1 parent 0894cd2 commit cc9da87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VApp/VApp.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.v-application
display: flex
background: rgb(var(--v-theme-background))
color: rgb(var(--v-theme-on-background))
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity))

a
cursor: pointer
Expand Down

0 comments on commit cc9da87

Please sign in to comment.