We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7c234 commit 368c967Copy full SHA for 368c967
1 file changed
packages/local-explorer-ui/src/components/studio/Modal/Export/index.tsx
@@ -72,7 +72,7 @@ export function StudioExportModal({
72
}}
73
open={isOpen}
74
>
75
- <Dialog className="p-6" size="">
+ <Dialog className="p-6" size="lg">
76
<div className="flex items-start justify-between gap-4 mb-4">
77
{/* @ts-expect-error - Type mismatch due to pnpm monorepo @types/react version conflict */}
78
<Dialog.Title className="text-lg font-semibold">Export</Dialog.Title>
0 commit comments