Skip to content

Commit

Permalink
fix(VAvatar): remove default border
Browse files Browse the repository at this point in the history
fixes #20345
  • Loading branch information
KaelWD committed Aug 27, 2024
1 parent 0b018d9 commit e821d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VAvatar/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $avatar-border-color: settings.$border-color-root !default;
$avatar-border-radius: map.get(settings.$rounded, 0) !default;
$avatar-border-style: settings.$border-style-root !default;
$avatar-border-thin-width: thin !default;
$avatar-border-width: thin !default;
$avatar-border-width: 0 !default;
$avatar-color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity)) !default;
$avatar-density: ('default': 0, 'comfortable': -1, 'compact': -2) !default;
$avatar-elevation: 1 !default;
Expand Down

0 comments on commit e821d5d

Please sign in to comment.