Fix default theme to "light"

This commit is contained in:
Utkarsh Singhal
2025-08-16 19:30:24 +05:30
committed by GitHub
parent b820b67eab
commit f74f215b29

View File

@@ -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[] = [