Skip to content

Commit

Permalink
fix: update minHeight of dialog header, ref leather-io/extension#5734
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Aug 19, 2024
1 parent 28c1fd9 commit 137e3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/dialog/dialog-header.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function DialogHeader({ onClose, title, variant = 'default' }: DialogHead
p="space.04"
bg="transparent"
width="100%"
minHeight="40px"
minHeight="headerHeight"
>
{title && (
<styled.h2
Expand Down

0 comments on commit 137e3b8

Please sign in to comment.