chore(explore): Medium font weight for section headers (#30321)

This commit is contained in:
Kasia 2024-09-18 19:39:06 +02:00 committed by GitHub
parent cd8b56706b
commit 930078b6f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -595,6 +595,7 @@ export const ControlPanelsContainer = (props: ControlPanelsContainerProps) => {
css={(theme: SupersetTheme) => css` css={(theme: SupersetTheme) => css`
font-size: ${theme.typography.sizes.m}px; font-size: ${theme.typography.sizes.m}px;
line-height: 1.3; line-height: 1.3;
font-weight: ${theme.typography.weights.medium};
`} `}
> >
{label} {label}