Skip to content

Commit

Permalink
fix(VToolbar/VAppBar): nav-icon and title alignment
Browse files Browse the repository at this point in the history
supposed to line up with default v-list-item spacing
  • Loading branch information
johnleider committed May 5, 2024
1 parent 6b06e37 commit daa96e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vuetify/src/components/VToolbar/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ $toolbar-collapsed-max-width: 112px !default;
$toolbar-elevation: 0 !default;
$toolbar-flat-elevation: 0 !default;
$toolbar-flex: none !default;
$toolbar-prepend-btn-margin-start: 10px !default;
$toolbar-append-btn-margin-end: 10px !default;
$toolbar-prepend-btn-margin-start: 4px !default;
$toolbar-append-btn-margin-end: 4px !default;
$toolbar-rounded-border-radius: variables.$border-radius-root !default;
$toolbar-transition: .2s variables.$standard-easing !default;

// VToolbarTitle
$toolbar-title-margin: 16px !default;
$toolbar-title-margin: 20px !default;
$toolbar-title-font-size: 1.25rem !default;
$toolbar-title-font-weight: 400 !default;
$toolbar-title-letter-spacing: 0 !default;
Expand Down

0 comments on commit daa96e9

Please sign in to comment.