mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-29 17:07:57 +03:00
chore(core): adjust setting modal's size (#6849)
This commit is contained in:
parent
9f432a04d4
commit
36575ca1b5
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user