forked from open-webui/open-webui
run prettier
This commit is contained in:
parent
a57586a2b7
commit
3c01932a78
4 changed files with 28 additions and 29 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue