mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
chore: Updates metrics and columns font-size (#20526)
This commit is contained in:
committed by
GitHub
parent
de524bc59f
commit
4eb2a6f4a3
@@ -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;
|
||||
`}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user