diff --git a/src/assets/styles/custom.scss b/src/assets/styles/custom.scss index c8f92f6..e56764d 100644 --- a/src/assets/styles/custom.scss +++ b/src/assets/styles/custom.scss @@ -304,11 +304,3 @@ justify-content: flex-start; align-items: flex-start; } - -.el-button-gry{ - background-color: #25bf82; - border:none -} -.el-button-gry:hover{ - background-color: #50e2a8 !important; -} diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js index 2913564..4542171 100644 --- a/src/store/modules/settings.js +++ b/src/store/modules/settings.js @@ -14,7 +14,7 @@ const useSettingsStore = defineStore( { state: () => ({ title: '', - theme: storageSetting.theme || '#409EFF', + theme: storageSetting.theme || '#25bf82', sideTheme: storageSetting.sideTheme || sideTheme, showSettings: showSettings, topNav: storageSetting.topNav === undefined ? topNav : storageSetting.topNav,