optimize(projects): optimize radius settings

This commit is contained in:
Soybean
2025-10-25 14:52:10 +08:00
parent 3549c4dbd5
commit 87a66a4236
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
"warning": "#d4bb9d",
"error": "#c49a9a"
},
"themeRadius": 8,
"themeRadius": 6,
"isInfoFollowPrimary": true,
"layout": {
"mode": "vertical-mix",

View File

@@ -14,7 +14,7 @@
"warning": "#faad14",
"error": "#f5222d"
},
"themeRadius": 8,
"themeRadius": 6,
"isInfoFollowPrimary": true,
"layout": {
"mode": "vertical",

View File

@@ -14,7 +14,7 @@
"warning": "#faad14",
"error": "#f5222d"
},
"themeRadius": 8,
"themeRadius": 6,
"isInfoFollowPrimary": true,
"layout": {
"mode": "vertical",

View File

@@ -14,7 +14,7 @@
"warning": "#faad14",
"error": "#f5222d"
},
"themeRadius": 8,
"themeRadius": 6,
"isInfoFollowPrimary": true,
"layout": {
"mode": "vertical",

View File

@@ -5,7 +5,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
colourWeakness: false,
recommendColor: false,
themeColor: '#646cff',
themeRadius: 8,
themeRadius: 6,
otherColor: {
info: '#2080f0',
success: '#52c41a',