Skip to content

Commit

Permalink
fix(VBadge): add missing !default on border radius (#13296)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterupkeep committed Mar 23, 2021
1 parent 2e95f6d commit c273acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VBadge/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$badge-border-radius: 10px !default;
$badge-bordered-width: 2px !default;
$badge-color: map-get($shades, 'white') !default;
$badge-dot-border-radius: 4.5px;
$badge-dot-border-radius: 4.5px !default;
$badge-dot-border-width: 1.5px !default;
$badge-dot-height: 9px !default;
$badge-dot-width: 9px !default;
Expand Down

0 comments on commit c273acb

Please sign in to comment.