chore: update default theme style

This commit is contained in:
JustSong
2025-02-01 00:13:09 +08:00
parent 6818ed5ca8
commit 4db834da95
4 changed files with 25 additions and 4 deletions

View File

@@ -208,10 +208,14 @@ const RegisterForm = () => {
)}
<Button
color='blue'
fluid
size='large'
onClick={handleSubmit}
style={{
background: '#2F73FF', // 使用更现代的蓝色
color: 'white',
marginBottom: '1.5em',
}}
loading={loading}
>
注册