Skip to content

Commit

Permalink
add class based on active theme (Chainlit#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
haskinsjg authored Aug 12, 2024
1 parent e984992 commit 051f1ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ function App() {
maxHeight="-webkit-fill-available"
width="100vw"
sx={{ overflowX: 'hidden' }}
className={`theme-${themeVariant}`}
>
<ChatSettingsModal />
<RouterProvider router={router} />
Expand Down

0 comments on commit 051f1ad

Please sign in to comment.