Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
🔨 chore: minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Sep 2, 2021
1 parent a2e795c commit 566c2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const notify = {
style: {
background: "#D1E7DD",
},
className: "alert-success text-dark",
className: "alert-success",
...options,
});
return true;
Expand All @@ -55,7 +55,7 @@ export const notify = {
style: {
background: "#F8D7DA",
},
className: "alert-danger text-dark",
className: "alert-danger",
...options,
});
return false;
Expand All @@ -65,7 +65,7 @@ export const notify = {
style: {
background: "#FFF3CD",
},
className: "alert-warning text-dark",
className: "alert-warning",
...options,
});
return false;
Expand Down
1 change: 0 additions & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function App({ Component, pageProps }: AppProps) {
</Head>

<ToastContainer
theme="dark"
pauseOnFocusLoss={false}
hideProgressBar
limit={5}
Expand Down

0 comments on commit 566c2ad

Please sign in to comment.