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
+1 -1
View File
@@ -73,7 +73,7 @@ export default {
"Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
colorText: '#ccc',
colorPrimary: '#007BFF',
// colorSuccess: '#48A77E',
colorSuccess: '#48A77E',
borderRadius: 4,
borderRadiusSM: 2,
fontSize: 14,
+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'
};