chore: Updates metrics and columns font-size (#20526)

This commit is contained in:
Michael S. Molina
2022-06-29 08:05:00 -03:00
committed by GitHub
parent de524bc59f
commit 4eb2a6f4a3

View File

@@ -150,8 +150,9 @@ const LabelWrapper = styled.div`
`;
const SectionHeader = styled.span`
${({ theme }) => css`
font-size: ${theme.typography.sizes.s}px;
${({ theme }) => `
font-size: ${theme.typography.sizes.m}px;
line-height: 1.3;
`}
`;