Skip to content

Commit

Permalink
fix(dialog): fix header heading size
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Aug 10, 2018
1 parent d8c693d commit c24d764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atoms/Dialog/DialogHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function DialogHeader({
}: DialogHeaderProps) {
return (
<Card.Header offset="lg" { ...rest }>
<Heading type="h3">{ title }</Heading>
<Heading type="h4">{ title }</Heading>
<CloseStyledTag tagName="div" onClick={ onClose }>×</CloseStyledTag>
</Card.Header>
);
Expand Down

0 comments on commit c24d764

Please sign in to comment.