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