Skip to content

Commit 17d467c

Browse files
committed
fix: modal title bar
Signed-off-by: Innei <[email protected]>
1 parent b04194c commit 17d467c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/modal/stacked/modal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export const Modal: Component<{
207207
)}
208208
onClick={stopPropagation}
209209
>
210-
<div className="relative flex flex-1 items-center">
210+
<div className="relative flex items-center">
211211
<Dialog.Title className="shrink-0 grow items-center px-4 py-1 text-lg font-medium">
212212
{title}
213213
</Dialog.Title>

0 commit comments

Comments
 (0)