refactor: PrimaryButton to Button
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import PrimaryButton from '@/components/button/PrimaryButton';
|
||||
import Button from '@/components/button/PrimaryButton';
|
||||
import { EyeToggleIcon } from '@/components/icons/EyeToggleIcon';
|
||||
import InputField from '@/components/input/InputField';
|
||||
import { AUTH_PAGE_ELEMENT } from '@/enums';
|
||||
@@ -52,7 +52,7 @@ function StepNewPassword({ reset = false, onSubmit, onChange, onClick, value, re
|
||||
</button>
|
||||
</InputField>
|
||||
</div>
|
||||
<PrimaryButton type='submit'>ورود</PrimaryButton>
|
||||
<Button type='submit'>ورود</Button>
|
||||
</form>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user