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

@@ -163,13 +163,19 @@ const LoginForm = () => {
>
<div>
{t('auth.login.forgot_password')}
<Link to='/reset' style={{ color: '#2185d0' }}>
<Link
to='/reset'
style={{ color: '#2185d0', marginLeft: '2px' }}
>
{t('auth.login.reset_password')}
</Link>
</div>
<div>
{t('auth.login.no_account')}
<Link to='/register' style={{ color: '#2185d0' }}>
<Link
to='/register'
style={{ color: '#2185d0', marginLeft: '2px' }}
>
{t('auth.login.register')}
</Link>
</div>