chore: update default theme style

This commit is contained in:
JustSong 2025-02-01 00:07:41 +08:00
parent 7be3b5547d
commit 6818ed5ca8

View File

@ -205,7 +205,7 @@ const LoginForm = () => {
<div <div
style={{ style={{
background: background:
'radial-gradient(circle, #FFFFFF, #FFFFFF, #00D6B9, #2F73FF, #0a3A9C)', 'radial-gradient(circle, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF)',
width: '36px', width: '36px',
height: '36px', height: '36px',
borderRadius: '10em', borderRadius: '10em',
@ -218,8 +218,8 @@ const LoginForm = () => {
src={larkIcon} src={larkIcon}
avatar avatar
style={{ style={{
width: '16px', width: '36px',
height: '16px', height: '36px',
cursor: 'pointer', cursor: 'pointer',
margin: 'auto', margin: 'auto',
}} }}