Skip to content

Commit

Permalink
fix: increase settings modal size (#8551)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeOMakinG authored Jan 13, 2025
1 parent 2d80a02 commit b991c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modals/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Settings = () => {
}, [appHistory, close, isOpen])

return (
<Modal isOpen={isOpen} onClose={close} isCentered size='sm'>
<Modal isOpen={isOpen} onClose={close} isCentered size='md'>
<ModalOverlay />
<ModalContent>
<MemoryRouter initialEntries={entries}>
Expand Down

0 comments on commit b991c5d

Please sign in to comment.