Skip to content

Commit

Permalink
puff
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasia-front committed May 15, 2023
1 parent 38322a3 commit 16f08e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserMenu/UserMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const UserMenu = () => {
<Name>Welcome, {user.name}</Name>
{isLoading ? (
<Button fullWidth variant="contained">
<Puff height={25} stroke="#fff" style={{ padding: '0 20px' }} />
<Puff height={24} stroke="#fff" style={{ padding: '0 16px' }} />
</Button>
) : (
<Button
Expand Down

0 comments on commit 16f08e5

Please sign in to comment.