mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Fix default theme to "light"
This commit is contained in:
@@ -70,7 +70,7 @@ interface ThemeConfig {
|
||||
items: CardNavItem[];
|
||||
}
|
||||
|
||||
const theme = ref<ThemeKey>('color');
|
||||
const theme = ref<ThemeKey>('light');
|
||||
const ease = ref<EaseKey>('power3.out');
|
||||
|
||||
const items: CardNavItem[] = [
|
||||
|
||||
Reference in New Issue
Block a user