refactor: style tweaks

This commit is contained in:
Zack Spear
2023-06-22 14:11:44 -05:00
committed by Zack Spear
parent 2f905caccc
commit 4fffcb167e
9 changed files with 64 additions and 56 deletions

View File

@@ -61,8 +61,9 @@ export const useThemeStore = defineStore('theme', () => {
return {
// state
theme,
bannerGradient,
darkMode,
theme,
// actions
setTheme,
};