Rename isDarkishTheme helper

This commit is contained in:
Ariful Alam
2022-07-18 12:13:23 +06:00
parent a4ad42f40d
commit caff2ce258
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ export const ga = {
},
};
export const isThemeDarkish = (theme) => {
export const isDarkishTheme = (theme) => {
return ['dark', 'halloween', 'forest', 'black', 'luxury', 'dracula'].includes(
theme
);