button color in dark
This commit is contained in:
@@ -114,6 +114,7 @@ function StepEnterNumber(_props: StepEnterNumberProps = {}) {
|
|||||||
pending={isPending}
|
pending={isPending}
|
||||||
type='button'
|
type='button'
|
||||||
onClick={() => formik.handleSubmit()}
|
onClick={() => formik.handleSubmit()}
|
||||||
|
className='dark:bg-white dark:text-black hover:dark:bg-white'
|
||||||
>
|
>
|
||||||
{t('Enter.ButtonSubmit')}
|
{t('Enter.ButtonSubmit')}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ const StepOtp = ({ phone, slug, code }: Props) => {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
className='mt-10'
|
className='mt-10 dark:bg-white dark:text-black hover:dark:bg-white'
|
||||||
disabled={!formik.isValid}
|
disabled={!formik.isValid}
|
||||||
pending={isPending || isBulkCartPending}
|
pending={isPending || isBulkCartPending}
|
||||||
type='button'
|
type='button'
|
||||||
|
|||||||
Reference in New Issue
Block a user