fix(client): profile image overlapping privacy settings callout (#58030)

This commit is contained in:
Huyen Nguyen 2025-01-10 17:13:27 +07:00 committed by GitHub
parent 88fea86981
commit f82aff217b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ const UserMessage = ({ t }: Pick<MessageProps, 't'>) => {
return (
<FullWidthRow>
<Alert variant='info'>{t('profile.you-change-privacy')}</Alert>
<Spacer size='m' />
<Spacer size='xl' />
</FullWidthRow>
);
};