🚧 WIP Built the form for theme color configurator
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user