mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Force light mode theme instead of system preference
Set ZenProvider to use theme="light" to ensure consistent light mode across all contexts regardless of system preferences or iframe embedding. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b7e5b7012a
commit
e2f0e020d2
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export function Providers({ children }) {
|
|||
}
|
||||
|
||||
return (
|
||||
<ZenProvider colorScheme="system">
|
||||
<ZenProvider theme="light">
|
||||
<RouterProvider navigate={navigate}>
|
||||
<MessagesProvider>
|
||||
<QueryClientProvider client={client}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue