feat: primary color of login

This commit is contained in:
Junyan Qin
2025-04-27 23:24:15 +08:00
parent 7bfe8b3f5b
commit 3a4890778f

View File

@@ -12,7 +12,7 @@ export default function LoginLayout({
<ConfigProvider
theme={{
token: {
colorPrimary: '#6f42c1',
colorPrimary: '#2288ee',
borderRadius: 6,
},
algorithm: theme.defaultAlgorithm,