Skip to content

Commit

Permalink
chore: Updates metrics and columns font-size (apache#20526)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored and akshatsri committed Jul 19, 2022
1 parent 6dbbbb2 commit a3bf0d3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`}
`;

Expand Down

0 comments on commit a3bf0d3

Please sign in to comment.