Skip to content

Commit

Permalink
feat(VLabel): add opacity sass variable
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Feb 24, 2024
1 parent 727bc1a commit c6fb388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VLabel/VLabel.sass
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
font-size: $label-font-size
letter-spacing: $label-letter-spacing
min-width: 0
opacity: var(--v-medium-emphasis-opacity)
opacity: $label-opacity
overflow: hidden
text-overflow: ellipsis
white-space: nowrap
Expand Down
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VLabel/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ $label-display: inline-flex !default;
$label-error-color: rgb(var(--v-theme-error)) !default;
$label-font-size: 1rem !default;
$label-letter-spacing: .009375em !default;
$label-opacity: var(--v-medium-emphasis-opacity) !default;

0 comments on commit c6fb388

Please sign in to comment.