diff --git a/src/layouts/components/common/SettingDrawer.vue b/src/layouts/components/common/SettingDrawer.vue index ac97a6a..857346e 100644 --- a/src/layouts/components/common/SettingDrawer.vue +++ b/src/layouts/components/common/SettingDrawer.vue @@ -107,10 +107,10 @@ const transitionSelectorOptions = computed(() => { }) const palette = [ - '#ffb8b8', - '#d03050', - '#F0A020', - '#fff200', + '#0961BEFF', + '#0D9496', + '#7166F0', + '#8076C3', '#ffda79', '#18A058', '#006266', @@ -121,8 +121,8 @@ const palette = [ '#be2edd', '#706fd3', '#4834d4', - '#130f40', - '#4b4b4b', + '#18A058', + '#FAE5AC', ] async function resetSetting() {