Skip to content

Commit

Permalink
Fix DialogTitle fontSize being overriden by h6 fontSize
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
myarmolinsky authored and JSReds committed Dec 14, 2023
1 parent 04b78a3 commit 576116a
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 576116a

Please sign in to comment.