Skip to content

Commit

Permalink
fix: modal title bar
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed May 2, 2024
1 parent b04194c commit 17d467c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/modal/stacked/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export const Modal: Component<{
)}
onClick={stopPropagation}
>
<div className="relative flex flex-1 items-center">
<div className="relative flex items-center">
<Dialog.Title className="shrink-0 grow items-center px-4 py-1 text-lg font-medium">
{title}
</Dialog.Title>
Expand Down

0 comments on commit 17d467c

Please sign in to comment.