Skip to content

Commit

Permalink
Restore Toast Width. (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementalCrisis authored Jan 26, 2024
1 parent bf0603b commit c894195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/login/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function LoginPage() {
position="bottom-right"
autoClose={4000}
transition={Slide}
className="mt-20 w-auto"
className="mt-20 !w-[29.5rem]"
closeButton={false}
icon={false}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/main/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function MainPage() {
position={toastPosition}
autoClose={4000}
transition={Slide}
className="mt-20 w-auto"
className="mt-20 !w-[29.5rem]"
closeButton={false}
icon={false}
/>
Expand Down

0 comments on commit c894195

Please sign in to comment.