Update theme-provider.tsx

This commit is contained in:
Owski
2025-03-17 21:48:31 -05:00
committed by GitHub
parent f3b9c5bd59
commit adeebf56c0
+2
View File
@@ -5,12 +5,14 @@ type Theme =
| 'cyberpunk' | 'cyberpunk'
| 'bluelight' | 'bluelight'
| 'midnight' | 'midnight'
| 'catppuccin'
| 'system'; | 'system';
const themes: Theme[] = [ const themes: Theme[] = [
'radius', 'radius',
'cyberpunk', 'cyberpunk',
'bluelight', 'bluelight',
'midnight', 'midnight',
'catppuccin',
'system', 'system',
]; ];
type ThemeProviderProps = { type ThemeProviderProps = {