Skip to content

Commit

Permalink
heading margins fix
Browse files Browse the repository at this point in the history
  • Loading branch information
webrdaniel committed Mar 6, 2024
1 parent 202718a commit 9a7238e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ interface HeadingCssProps {
const getHeadingCss = ({ $type = 'titleXs' }: HeadingCssProps) => HEADING_VARIANTS_CSS[$type];

const StyledHeading = styled(TextBaseComponent)<HeadingCssProps>`
margin: 0;
${getHeadingCss}
`;

Expand Down

0 comments on commit 9a7238e

Please sign in to comment.