Skip to content

Commit

Permalink
design: match toast width with screen width #22
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylooky2 committed Sep 21, 2023
1 parent 90ee1d5 commit dcbfb39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ function App() {
closeOnClick={false}
pauseOnHover={false}
pauseOnFocusLoss={false}
autoClose={COUNT.READY * MILLISECOND}
autoClose={COUNT.DEFAULT * MILLISECOND}
style={{ maxWidth: "500px", width: "100vw" }}
/>
</div>
</div>
Expand Down

0 comments on commit dcbfb39

Please sign in to comment.