From 34a80b577dc5810072f77629665de0ed4cbe471d Mon Sep 17 00:00:00 2001 From: danieloprado Date: Fri, 8 Sep 2023 11:47:01 -0300 Subject: [PATCH] feat: add blur to drawer --- package.json | 2 +- style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d176e10..ca2cf74 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/style.css b/style.css index 907d619..7fccd36 100644 --- a/style.css +++ b/style.css @@ -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); }