chore: update style

This commit is contained in:
JustSong
2025-02-02 16:05:52 +08:00
parent c64b7c891f
commit 5659fde3fb
4 changed files with 20 additions and 10 deletions

View File

@@ -132,7 +132,9 @@ const PasswordResetConfirm = () => {
marginBottom: '1.5em',
}}
>
{disableButton ? t('auth.reset.confirm.button_disabled') : t('auth.reset.confirm.button')}
{disableButton
? t('auth.reset.confirm.button_disabled')
: t('auth.reset.confirm.button')}
</Button>
</Form>
{newPassword && (