mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 09:16:36 +08:00
chore: update default theme style
This commit is contained in:
parent
7be3b5547d
commit
6818ed5ca8
@ -205,7 +205,7 @@ const LoginForm = () => {
|
||||
<div
|
||||
style={{
|
||||
background:
|
||||
'radial-gradient(circle, #FFFFFF, #FFFFFF, #00D6B9, #2F73FF, #0a3A9C)',
|
||||
'radial-gradient(circle, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF)',
|
||||
width: '36px',
|
||||
height: '36px',
|
||||
borderRadius: '10em',
|
||||
@ -218,8 +218,8 @@ const LoginForm = () => {
|
||||
src={larkIcon}
|
||||
avatar
|
||||
style={{
|
||||
width: '16px',
|
||||
height: '16px',
|
||||
width: '36px',
|
||||
height: '36px',
|
||||
cursor: 'pointer',
|
||||
margin: 'auto',
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user