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