feat: modify Modal component style

This commit is contained in:
QiShaoXuan
2023-01-30 18:27:06 +08:00
parent 980786c821
commit 42fb945d02
7 changed files with 13 additions and 15 deletions

View File

@@ -15,8 +15,6 @@ export const LogoutModal = ({ open, onClose }: LoginModalProps) => {
<ModalWrapper width={560} height={292}>
<Header>
<ModalCloseButton
top={6}
right={6}
onClick={() => {
onClose(true);
}}