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