button color in dark

This commit is contained in:
hamid zarghami
2025-12-27 16:18:15 +03:30
parent 397483f47e
commit 941d8b128c
2 changed files with 2 additions and 1 deletions
@@ -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>