mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
fix: dark theme as base for custom themes
This commit is contained in:
parent
dcfe064949
commit
3cac26aa03
@ -999,7 +999,7 @@
|
||||
|
||||
document.documentElement.classList.add(theme);
|
||||
|
||||
if (theme === 'rose-pine') {
|
||||
if (!['light', 'dark'].includes(theme)) {
|
||||
document.documentElement.classList.add('dark');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user