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'
| 'bluelight'
| 'midnight'
| 'catppuccin'
| 'system';
const themes: Theme[] = [
'radius',
'cyberpunk',
'bluelight',
'midnight',
'catppuccin',
'system',
];
type ThemeProviderProps = {