Skip to content

Commit

Permalink
ui(theme): use aura as new default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Feb 24, 2024
1 parent ad32236 commit 6b5f040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stores/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export function updateTheme (themeName: string, themeColor: string) {
export const useThemeStore = defineStore('theme', {
// a function that returns a fresh state
state: () => ({
themeName: 'lara-dark',
themeName: 'aura-dark',
themeColor: 'green',
link: '/themes/lara-dark-green/theme.css'
link: '/themes/aura-dark-green/theme.css'
}),
// optional getters
getters: {
Expand Down

0 comments on commit 6b5f040

Please sign in to comment.