🚧 WIP Built the form for theme color configurator

This commit is contained in:
Alicia Sykes
2021-07-17 20:05:00 +01:00
parent 78bb0afe30
commit 2f04a5ec6c
4 changed files with 95 additions and 35 deletions

View File

@@ -12,7 +12,9 @@ export const ApplyLocalTheme = (newTheme) => {
};
/* Sets specific CSS variables, for the users custom theme */
export const ApplyCustomTheme = () => { };
export const ApplyCustomTheme = () => {
ApplyLocalTheme('custom');
};
/**
* A function for pre-loading, and easy switching of external stylesheets