mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
feat: adjust modal height
This commit is contained in:
@@ -29,7 +29,7 @@ export const WorkspaceModal = ({ open, onClose }: LoginModalProps) => {
|
||||
return (
|
||||
<div>
|
||||
<Modal open={open} onClose={onClose}>
|
||||
<ModalWrapper width={620} height={334} style={{ padding: '10px' }}>
|
||||
<ModalWrapper width={620} style={{ padding: '10px' }}>
|
||||
<Header>
|
||||
<ContentTitle>My Workspace List</ContentTitle>
|
||||
<ModalCloseButton
|
||||
|
||||
Reference in New Issue
Block a user