diff --git a/src/components/DefaulModal.tsx b/src/components/DefaulModal.tsx index b9d1561..c4bf07d 100644 --- a/src/components/DefaulModal.tsx +++ b/src/components/DefaulModal.tsx @@ -45,7 +45,7 @@ const DefaulModal: FC = (props: Props) => { -
+
) } diff --git a/src/index.css b/src/index.css index cba4ead..e09ea81 100644 --- a/src/index.css +++ b/src/index.css @@ -15,6 +15,7 @@ body { overflow-x: hidden !important; background: #eceef6; font-weight: 300; + overflow: hidden; } html, body, diff --git a/src/pages/auth/Login.tsx b/src/pages/auth/Login.tsx index 6236351..04c9063 100644 --- a/src/pages/auth/Login.tsx +++ b/src/pages/auth/Login.tsx @@ -12,9 +12,9 @@ const Login: FC = () => { return ( -
+
-
+
@@ -35,7 +35,7 @@ const Login: FC = () => {
-
+
diff --git a/src/pages/auth/Register.tsx b/src/pages/auth/Register.tsx index 6eae68a..afda833 100644 --- a/src/pages/auth/Register.tsx +++ b/src/pages/auth/Register.tsx @@ -13,9 +13,9 @@ const Register: FC = () => { const { t } = useTranslation('global') return ( -
+
-
+
@@ -89,7 +89,7 @@ const Register: FC = () => {
-
+
diff --git a/src/pages/auth/components/LoginStep2.tsx b/src/pages/auth/components/LoginStep2.tsx index 6c4ae41..8acbb0b 100644 --- a/src/pages/auth/components/LoginStep2.tsx +++ b/src/pages/auth/components/LoginStep2.tsx @@ -35,14 +35,16 @@ const LoginStep2: FC = () => { return (
-

+

{t('auth.enter_otp')}

-

-

{t('auth.verfify_code_text_1')}
-
{phone}
-
- {t('auth.verfify_code_text_2')} +

+

+
{t('auth.verfify_code_text_1')}
+
{phone}
+
+ {t('auth.verfify_code_text_2')} +
setStepLogin(1)} className='text-black cursor-pointer'> {t('auth.change_number')} diff --git a/src/router/Main.tsx b/src/router/Main.tsx index 74570c9..503db76 100644 --- a/src/router/Main.tsx +++ b/src/router/Main.tsx @@ -24,7 +24,7 @@ const MainRouter: FC = () => {
-
+
} /> diff --git a/src/shared/Header.tsx b/src/shared/Header.tsx index 0c855b3..3729bfc 100644 --- a/src/shared/Header.tsx +++ b/src/shared/Header.tsx @@ -12,7 +12,7 @@ const Header: FC = () => { const { t } = useTranslation('global') return ( -
+