chore(explore): Medium font weight for section headers (#30321)
This commit is contained in:
parent
cd8b56706b
commit
930078b6f5
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue