diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ee8de8..ad0420d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function Home() { buttonTextColor: "text-white", }, }; - const selectedTheme = themeColors[theme]; // The theme to use + const selectedTheme = themeColors[theme] || themeColors.dark; // The theme to use (fallback of dark) return ( <>