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>
|
||||
|
||||
Reference in New Issue
Block a user