Skip to content

Commit

Permalink
fix(BaseAvatarGroup): update avatar shape to rounded
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 21, 2023
1 parent aa04d96 commit b698244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/base/BaseAvatarGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const limit = useNuiDefaultProperty(props, 'BaseAvatarGroup', 'limit')
<BaseAvatar
v-bind="typeof avatar === 'string' ? { src: avatar } : avatar"
:size="props.size"
shape="full"
rounded="full"
tabindex="0"
class="bg-primary-500/20 text-primary-500 !scale-90"
/>
Expand Down

0 comments on commit b698244

Please sign in to comment.