Skip to content

Commit

Permalink
Update dialogHeader.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Jan 29, 2025
1 parent c67e67f commit f57fa69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const DialogHeader: React.FC<IDialogHeaderProps> = (props) => {

return (
<div className={headerClassNames} {...otherProps}>
<Title className="text:lg flex-1 truncate font-normal leading-tight text-neutral-800 md:text-xl">
<Title className="flex-1 truncate text-lg font-normal leading-tight text-neutral-800 md:text-xl">
{title}
</Title>
<Close asChild={true}>
Expand Down

0 comments on commit f57fa69

Please sign in to comment.