Skip to content

Commit

Permalink
fix(VAlert): reduce default close button margin (#16851)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 7, 2023
1 parent 4c3e25a commit 79eb58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VAlert/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $alert-plain-opacity: .62 !default;
$alert-plain-transition: .2s opacity settings.$standard-easing !default;
$alert-positions: absolute fixed sticky !default;
$alert-prepend-margin-inline-end: 16px !default;
$alert-append-margin-inline-start: 90px !default;
$alert-append-margin-inline-start: 16px !default;
$alert-append-close-margin-inline-start: 16px !default;

// VAlertTitle
Expand Down

0 comments on commit 79eb58a

Please sign in to comment.