1
0
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:
Fredrik Oseberg 2022-08-24 10:48:46 +02:00
parent 0b5ccc1bfa
commit e5f0c39dbd

View File

@ -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}