Skip to content

Commit

Permalink
Merge pull request #43 from balena-io-modules/fix-dialog-title-size
Browse files Browse the repository at this point in the history
Fix DialogTitle fontSize being overriden by h6 fontSize
  • Loading branch information
myarmolinsky authored Dec 14, 2023
2 parents 04b78a3 + 576116a commit 4657aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DialogWithCloseButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const DialogWithCloseButton = ({
e.preventDefault();
e.stopPropagation();
}}
variant="inherit"
>
{title}
{onClose ? (
Expand Down

0 comments on commit 4657aaa

Please sign in to comment.