From 941d8b128c9a9e5cea181ded49da074734617f3b Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sat, 27 Dec 2025 16:18:15 +0330 Subject: [PATCH] button color in dark --- src/features/auth/components/StepEnterNumber.tsx | 1 + src/features/auth/components/StepOtp.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/features/auth/components/StepEnterNumber.tsx b/src/features/auth/components/StepEnterNumber.tsx index 338cbf5..8e9df53 100644 --- a/src/features/auth/components/StepEnterNumber.tsx +++ b/src/features/auth/components/StepEnterNumber.tsx @@ -114,6 +114,7 @@ function StepEnterNumber(_props: StepEnterNumberProps = {}) { pending={isPending} type='button' onClick={() => formik.handleSubmit()} + className='dark:bg-white dark:text-black hover:dark:bg-white' > {t('Enter.ButtonSubmit')} diff --git a/src/features/auth/components/StepOtp.tsx b/src/features/auth/components/StepOtp.tsx index 5e4c3d3..bd6b5f0 100644 --- a/src/features/auth/components/StepOtp.tsx +++ b/src/features/auth/components/StepOtp.tsx @@ -109,7 +109,7 @@ const StepOtp = ({ phone, slug, code }: Props) => { />