fix edit button style

This commit is contained in:
vidvidvid
2021-10-09 15:35:20 +02:00
committed by Alec LaLonde
parent c21e7eda1c
commit 2f4480d9df

View File

@@ -34,7 +34,7 @@ export const ProfileSection: React.FC<ProfileSectionProps> = ({
icon={<EditIcon />}
_hover={{ color: 'white' }}
isRound
pr={5}
mr={5}
/>
) : null}
{canEdit ? (