Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Dec 26, 2023
1 parent b8992fa commit ce38384
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/mui-material/src/Avatar/Avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ const AvatarRoot = styled('div', {
props: { variant: 'rounded' },
style: {
borderRadius: (theme.vars || theme).shape.borderRadius,
}
},
},
{
props: { variant: 'square' },
style: {
borderRadius: 0,
}
},
},
{
props: { colorDefault: true },
Expand All @@ -71,8 +71,8 @@ const AvatarRoot = styled('div', {
backgroundColor:
theme.palette.mode === 'light' ? theme.palette.grey[400] : theme.palette.grey[600],
}),
}
}
},
},
],
}));

Expand Down

0 comments on commit ce38384

Please sign in to comment.