Skip to content

Commit

Permalink
fix(style): change backdrop to scrim
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Jul 26, 2023
1 parent 0aa3ee1 commit e41d771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/style/lib/z-index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const zIndexTheme: Config['theme'] = {
'dropdown': '100',
'sticky': '200',
'fixed': '300',
'backdrop': '400',
'scrim': '400',
'modal': '500',
'popover': '600',
'snackbar': '700',
Expand Down

0 comments on commit e41d771

Please sign in to comment.