mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-13 03:43:44 +08:00
chore: update default theme style
This commit is contained in:
@@ -127,7 +127,11 @@ const PasswordResetForm = () => {
|
||||
onClick={handleSubmit}
|
||||
loading={loading}
|
||||
disabled={disableButton}
|
||||
style={{ marginBottom: '1em' }}
|
||||
style={{
|
||||
background: '#2F73FF', // 使用更现代的蓝色
|
||||
color: 'white',
|
||||
marginBottom: '1.5em',
|
||||
}}
|
||||
>
|
||||
{disableButton ? `重试 (${countdown})` : '提交'}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user