chore: clean lol
This commit is contained in:
parent
74f9b1a022
commit
12509f8157
|
@ -24,10 +24,6 @@ export function UserCSSSettingsModal({ modalProps, theme }: UserCSSSettingsModal
|
|||
|
||||
const controls: ReactNode[] = [];
|
||||
|
||||
function updateSetting(key: string, value: string) {
|
||||
themeSettings[key] = value;
|
||||
}
|
||||
|
||||
for (const [name, varInfo] of Object.entries(theme.vars)) {
|
||||
switch (varInfo.type) {
|
||||
case "text": {
|
||||
|
|
Loading…
Reference in a new issue