fix: Aqua dark

This commit is contained in:
Sidharth Vinod
2021-08-20 23:44:53 +05:30
parent 8956201dab
commit 045ab4df22
+10 -1
View File
@@ -10,7 +10,16 @@ export const themeStore = persist(
'themeStore'
);
const darkThemes = ['dark', 'synthwave', 'halloween', 'forest', 'luxury', 'black', 'dracula'];
const darkThemes = [
'dark',
'synthwave',
'halloween',
'aqua',
'forest',
'luxury',
'black',
'dracula'
];
export const setTheme = (theme: string): void => {
if (theme.includes(' ')) {