Skip to content

Commit 22df94e

Browse files
author
piexlmax
committed
主色调统一
1 parent 25ae9f4 commit 22df94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/store/module/user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const user = {
1212
headerImg: '',
1313
authority: {},
1414
sideMode: 'dark',
15-
activeColor: '#0d84ff',
15+
activeColor: '#4D70FF',
1616
baseColor: '#fff'
1717
},
1818
token: '',
@@ -123,7 +123,7 @@ export const user = {
123123
},
124124
activeColor(state) {
125125
if (state.userInfo.sideMode === 'dark' || state.userInfo.sideMode === 'light') {
126-
return '#0d84ff'
126+
return '#4D70FF'
127127
}
128128
return state.userInfo.activeColor
129129
}

0 commit comments

Comments
 (0)