Skip to content

Commit 368c967

Browse files
committed
Fixed export modal size
1 parent 8a7c234 commit 368c967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/local-explorer-ui/src/components/studio/Modal/Export

packages/local-explorer-ui/src/components/studio/Modal/Export/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function StudioExportModal({
7272
}}
7373
open={isOpen}
7474
>
75-
<Dialog className="p-6" size="">
75+
<Dialog className="p-6" size="lg">
7676
<div className="flex items-start justify-between gap-4 mb-4">
7777
{/* @ts-expect-error - Type mismatch due to pnpm monorepo @types/react version conflict */}
7878
<Dialog.Title className="text-lg font-semibold">Export</Dialog.Title>

0 commit comments

Comments
 (0)