Skip to content

Commit

Permalink
Add !default to $input-line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwu9145 committed Sep 10, 2023
1 parent 0021807 commit bb2e345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VInput/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $input-density: ('default': 0, 'comfortable': -2, 'compact': -4) !default;
$input-control-height: 56px !default;
$input-font-size: tools.map-deep-get(settings.$typography, 'body-1', 'size') !default;
$input-font-weight: tools.map-deep-get(settings.$typography, 'body-1', 'weight') !default;
$input-line-height: 1.5;
$input-line-height: 1.5 !default;

// CHIPS
$input-chips-margin-top: null !default;
Expand Down

0 comments on commit bb2e345

Please sign in to comment.