chore: clean lol
This commit is contained in:
parent
74f9b1a022
commit
12509f8157
1 changed files with 0 additions and 4 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue