chore(core): adjust setting modal's size (#6849)

This commit is contained in:
CatsJuice 2024-05-09 07:38:07 +00:00
parent 9f432a04d4
commit 36575ca1b5
No known key found for this signature in database
GPG Key ID: 1C1E76924FAFDDE4

View File

@ -199,8 +199,8 @@ export const SettingModal = ({
}: SettingProps) => {
return (
<Modal
width={1080}
height={760}
width={1280}
height={920}
contentOptions={{
['data-testid' as string]: 'setting-modal',
style: {