Skip to content

Commit

Permalink
Change zIndex for toast component
Browse files Browse the repository at this point in the history
Let's set the toast to be in front of the component drawer to avoid confusion.
  • Loading branch information
kkosiorowska committed Apr 15, 2024
1 parent 15cb2ad commit 7dcae5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/theme/utils/zIndices.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const zIndices = {
sidebar: 1450,
drawer: 1470,
toast: 1410,
toast: 1480,
}

0 comments on commit 7dcae5e

Please sign in to comment.