fix(style): global theme settings in login

This commit is contained in:
jialin
2025-04-28 18:22:05 +08:00
parent bcfa80a2d5
commit beb395ce32
17 changed files with 165 additions and 188 deletions
+1
View File
@@ -2,6 +2,7 @@ import dark from './dark';
import light from './light';
export const colorPrimary = '#007BFF';
export default {
light,
dark,