Skip to content

Commit

Permalink
fix(VPicker): remove title color declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Sep 14, 2023
1 parent 618a2b3 commit 008eb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/labs/VPicker/VPicker.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@use '../../styles/tools'
@use './variables' as *

.v-picker.v-sheet
@include tools.elevation(2)
Expand Down Expand Up @@ -43,7 +44,6 @@
text-transform: uppercase
font-size: .75rem
grid-area: title
color: rgb(var(--v-theme-on-surface), var(--v-disabled-opacity))
padding-inline-start: 24px
padding-inline-end: 12px
padding-top: 16px
Expand Down

0 comments on commit 008eb93

Please sign in to comment.