feat(styles): 修改默认主题
This commit is contained in:
@ -4,7 +4,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
|
||||
grayscale: false,
|
||||
colourWeakness: false,
|
||||
recommendColor: false,
|
||||
themeColor: '#646cff',
|
||||
themeColor: '#ec4899',
|
||||
themeRadius: 6,
|
||||
otherColor: {
|
||||
info: '#2080f0',
|
||||
@ -31,7 +31,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
|
||||
visible: true
|
||||
},
|
||||
globalSearch: {
|
||||
visible: true
|
||||
visible: false
|
||||
}
|
||||
},
|
||||
tab: {
|
||||
@ -51,7 +51,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
|
||||
mixChildMenuWidth: 200
|
||||
},
|
||||
footer: {
|
||||
visible: true,
|
||||
visible: false,
|
||||
fixed: false,
|
||||
height: 48,
|
||||
right: true
|
||||
|
||||
Reference in New Issue
Block a user