Skip to content

Commit

Permalink
Fixed dialog title visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Sep 26, 2024
1 parent 842bc1c commit 13b6159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app-menu/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const NavItem = (props: PropsWithChildren<LinkProps & { isDialogButton?: boolean
</DialogTrigger>
<DialogContent className="bg-white pt-8 text-grey-800" aria-describedby={undefined}>
<DialogHeader>
<DialogTitle className="text-xl font-bold text-grey-800 md:text-2xl">
<DialogTitle className="pr-2 text-xl font-bold text-grey-800 md:text-2xl">
Interested in our work?
</DialogTitle>
</DialogHeader>
Expand Down

0 comments on commit 13b6159

Please sign in to comment.