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 f6a87ca commit 73c9128
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/providers/toaster-providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ export function ToasterProviders() {
closeButton
position="bottom-right"
theme={ theme === 'light' ? 'light' : 'dark' }
toastOptions={{
className: 'z-[9999]',
}}
/>
)
}

0 comments on commit 73c9128

Please sign in to comment.