Merge pull request #232 from element-hq/t3chguy/banner-h2

This commit is contained in:
Michael Telatynski
2026-04-02 10:04:11 +01:00
committed by GitHub
+2
View File
@@ -89,6 +89,8 @@ const CloseButton = styled.button`
`;
const CategoryHeading = styled.h2`
line-height: var(--cpd-font-line-height-tight);
letter-spacing: var(--cpd-font-letter-spacing-heading-lg);
font-weight: 700;
font-size: 12px;
color: ${({ theme }): string => theme.subheadingColor};