mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-03 01:18:43 +02:00
fix: avatar padding
This commit is contained in:
parent
0b5ccc1bfa
commit
e5f0c39dbd
@ -75,7 +75,7 @@ const UserProfile = ({
|
|||||||
disableRipple
|
disableRipple
|
||||||
>
|
>
|
||||||
<Avatar
|
<Avatar
|
||||||
style={{ backgroundColor: '#fff', padding: '0.15rem' }}
|
style={{ backgroundColor: '#fff' }}
|
||||||
alt="Your Gravatar"
|
alt="Your Gravatar"
|
||||||
src={imageUrl}
|
src={imageUrl}
|
||||||
data-testid={HEADER_USER_AVATAR}
|
data-testid={HEADER_USER_AVATAR}
|
||||||
|
Loading…
Reference in New Issue
Block a user