web: fix error on installing theme from file

This commit is contained in:
Abdullah Atta
2023-08-09 11:28:06 +05:00
committed by Abdullah Atta
parent 49455e8054
commit 0bf26afa33

View File

@@ -184,7 +184,7 @@ function ThemesList() {
previewColors: getPreviewColors(theme)
})
) {
setTheme(theme);
setCurrentTheme(theme);
}
}}
sx={{