Skip to content

Commit

Permalink
🚸 (editor) Make expanded settings window bigger
Browse files Browse the repository at this point in the history
Closes #321
  • Loading branch information
baptisteArno committed Feb 22, 2023
1 parent 96f5e4d commit a265143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const SettingsModal = ({
e.stopPropagation()
}
return (
<Modal isOpen={isOpen} onClose={onClose}>
<Modal isOpen={isOpen} onClose={onClose} size="3xl">
<ModalOverlay />
<ModalContent onMouseDown={handleMouseDown} ref={ref}>
<ModalHeader mb="2">
Expand Down

0 comments on commit a265143

Please sign in to comment.