chore: custom brand color

This commit is contained in:
jialin
2025-04-28 10:05:06 +08:00
parent 3fb3381a19
commit fb90d79eb3
12 changed files with 398 additions and 139 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
import dark from './dark';
import light from './light';
export const colorPrimary = '#007BFF';
export default {
light,
dark
dark,
colorPrimary: '#007BFF'
};