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 21, 2024
1 parent a7bb3b9 commit e5615eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/ui/src/components/dialog/dialog-footer.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ export function DialogFooter({ children, ...props }: DialogFooterProps) {
gap="space.05"
p="space.05"
bottom={0}
width="100vw"
maxWidth="100%"
width="100%"
zIndex={1}
minHeight="footerHeight"
position="fixed"
Expand Down
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 e5615eb

Please sign in to comment.