Skip to content

Commit

Permalink
dark theme toast
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Nov 3, 2024
1 parent 8a5b1ad commit fb3d397
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,14 @@ const App: React.FC<AppProps> = () => {
return (
<div className="max-h-screen bg-neutral-800 font-sans">
<Portal>
<ToastContainer className="mt-4" />
<ToastContainer
theme="dark"
position="bottom-right"
autoClose={3000}
hideProgressBar={false}
closeOnClick
pauseOnHover
/>{' '}
</Portal>
{!userHasConfiguredSettingsForIndexing && (
<InitialSetupSinglePage readyForIndexing={handleAllInitialSettingsAreReady} />
Expand Down

0 comments on commit fb3d397

Please sign in to comment.