Skip to content

Commit

Permalink
feat: add blur to drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloprado committed Sep 8, 2023
1 parent 296e9c1 commit 34a80b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/ui-antd-theme",
"description": "Eduzz Hooks: Antd Theme",
"version": "1.0.6",
"version": "1.0.7",
"keywords": [
"antd",
"raect-hooks-forms",
Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ body {

/* add blur to modal */
.ant-modal-mask,
.ant-image-preview-mask {
.ant-image-preview-mask,
.ant-drawer-mask {
backdrop-filter: blur(0.5rem);
-webkit-backdrop-filter: blur(0.5rem);
}
Expand Down

0 comments on commit 34a80b5

Please sign in to comment.