fix: styles

This commit is contained in:
Koosha Lahouti
2025-08-12 02:49:57 +03:30
parent 8bb36da8d6
commit 437245f54f
8 changed files with 95 additions and 130 deletions

View File

@@ -5,6 +5,7 @@ import { PersonalInfoFields } from './PersonalInfoFields';
import { PasswordSection } from './PasswordSection';
import { EmailSection } from './EmailSection';
import { SubmitSection } from './SubmitSection';
import Logo from '@/components/Logo';
export function UserCompletionForm() {
const { t } = useTranslation('completionForm');
@@ -100,12 +101,17 @@ export function UserCompletionForm() {
<Box
sx={{
backgroundColor: 'background.default',
minHeight: '100vh',
flexDirection: 'column',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
p: { xs: 1, sm: 2, md: 3 },
}}
>
<Box sx={{ mb: 2 }}>
<Logo />
</Box>
<Box
sx={{
width: '100%',