mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
run prettier
This commit is contained in:
@@ -24,7 +24,7 @@ window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', (e)
|
||||
});
|
||||
});
|
||||
|
||||
export function setTheme(theme){
|
||||
export function setTheme(theme) {
|
||||
rawThemeSetting.set(theme);
|
||||
localStorage.setItem('theme', theme);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user