feat: add warm sand theme colors and light / dark mode toggle

This commit is contained in:
Arjun Patel
2026-06-21 10:26:32 -07:00
parent f2f8602263
commit db0ef6b0c7
43 changed files with 537 additions and 344 deletions
+1
View File
@@ -1,6 +1,7 @@
import { createRoot } from 'react-dom/client';
import App from '@/App';
import { initSentryRenderer } from '@/lib/sentry';
import '@/stores/theme-store';
import '@/styles/globals.css';
initSentryRenderer();