Update theme-provider.tsx
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user