Update theme-provider.tsx

This commit is contained in:
Owski
2025-03-17 21:33:47 -05:00
committed by GitHub
parent 9a33df7f6a
commit dd3ad187da
-14
View File
@@ -5,26 +5,12 @@ type Theme =
| 'cyberpunk' | 'cyberpunk'
| 'bluelight' | 'bluelight'
| 'midnight' | 'midnight'
| 'ctp-mocha'
| 'ctp-frappe'
| 'ctp-latte'
| 'ctp-macchiato'
| 'rp-main'
| 'rp-moon'
| 'rp-dawn'
| 'system'; | 'system';
const themes: Theme[] = [ const themes: Theme[] = [
'radius', 'radius',
'cyberpunk', 'cyberpunk',
'bluelight', 'bluelight',
'midnight', 'midnight',
'ctp-mocha',
'ctp-frappe',
'ctp-latte',
'ctp-macchiato',
'rp-main',
'rp-moon',
'rp-dawn',
'system', 'system',
]; ];
type ThemeProviderProps = { type ThemeProviderProps = {