From 4eb2a6f4a357f0b20376e163dadc5a955e76e369 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Wed, 29 Jun 2022 08:05:00 -0300 Subject: [PATCH] chore: Updates metrics and columns font-size (#20526) --- .../src/explore/components/DatasourcePanel/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/superset-frontend/src/explore/components/DatasourcePanel/index.tsx b/superset-frontend/src/explore/components/DatasourcePanel/index.tsx index b0042e138f4..335d2f2ada4 100644 --- a/superset-frontend/src/explore/components/DatasourcePanel/index.tsx +++ b/superset-frontend/src/explore/components/DatasourcePanel/index.tsx @@ -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; `} `;