button color in dark
This commit is contained in:
@@ -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')}
|
||||
</Button>
|
||||
|
||||
@@ -109,7 +109,7 @@ const StepOtp = ({ phone, slug, code }: Props) => {
|
||||
/>
|
||||
|
||||
<Button
|
||||
className='mt-10'
|
||||
className='mt-10 dark:bg-white dark:text-black hover:dark:bg-white'
|
||||
disabled={!formik.isValid}
|
||||
pending={isPending || isBulkCartPending}
|
||||
type='button'
|
||||
|
||||
Reference in New Issue
Block a user