Skip to content

Commit

Permalink
fix: 更新 toast 位置
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Sep 28, 2024
1 parent c88c3f8 commit b242009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/providers/toaster-providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function ToasterProviders() {
<Toaster
richColors
closeButton
position="top-right"
position="bottom-right"
theme={ theme === 'light' ? 'light' : 'dark' }
toastOptions={{
className: 'z-[9999]',
Expand Down

0 comments on commit b242009

Please sign in to comment.