diff --git a/src/demo/Components/CardNavDemo.vue b/src/demo/Components/CardNavDemo.vue index 7470bcc..24a5087 100644 --- a/src/demo/Components/CardNavDemo.vue +++ b/src/demo/Components/CardNavDemo.vue @@ -70,7 +70,7 @@ interface ThemeConfig { items: CardNavItem[]; } -const theme = ref('color'); +const theme = ref('light'); const ease = ref('power3.out'); const items: CardNavItem[] = [