From 3c23bbeb4f267a9ee08f736cd5feb9ba02d2a309 Mon Sep 17 00:00:00 2001 From: unix Date: Tue, 30 Jun 2020 13:47:07 +0800 Subject: [PATCH] feat(modal): optimize the max width, height and alignment of layer --- components/modal/modal-wrapper.tsx | 4 ++-- components/shared/backdrop.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/modal/modal-wrapper.tsx b/components/modal/modal-wrapper.tsx index 3e4c818..31fae73 100644 --- a/components/modal/modal-wrapper.tsx +++ b/components/modal/modal-wrapper.tsx @@ -31,8 +31,8 @@ const ModalWrapper: React.FC> = ({ {children}