Skip to content

Commit

Permalink
No darkmode for now till we fix it proper
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed May 31, 2023
1 parent dcd8213 commit 08c4ad5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/web/components/ClientRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@ export function ClientRoot({
() => ({accessToken, status, viewer}),
[accessToken, status, viewer],
)}>
<ThemeProvider attribute="class" enableSystem defaultTheme="system">
{/* Default theme needs to be light otherwise if set to system
1) Darkmode does not work properly yet, esp on integrations page
2) tailwind seems to have issue including .dark color scheme https://github.com/shadcn/ui/issues/515
*/}
<ThemeProvider attribute="class" enableSystem defaultTheme="light">
{children}
<Toaster />
</ThemeProvider>
Expand Down

1 comment on commit 08c4ad5

@vercel
Copy link

@vercel vercel bot commented on 08c4ad5 May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

venice – ./

venice-venice.vercel.app
venice-git-main-venice.vercel.app
usevenice.vercel.app
app.venice.is

Please sign in to comment.