chore: clean lol

This commit is contained in:
Lewis Crichton 2023-09-10 14:11:25 +01:00
parent 74f9b1a022
commit 12509f8157
No known key found for this signature in database

View file

@ -24,10 +24,6 @@ export function UserCSSSettingsModal({ modalProps, theme }: UserCSSSettingsModal
const controls: ReactNode[] = []; const controls: ReactNode[] = [];
function updateSetting(key: string, value: string) {
themeSettings[key] = value;
}
for (const [name, varInfo] of Object.entries(theme.vars)) { for (const [name, varInfo] of Object.entries(theme.vars)) {
switch (varInfo.type) { switch (varInfo.type) {
case "text": { case "text": {