Skip to content

Commit

Permalink
chore(explore): Medium font weight for section headers (apache#30321)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiazjc authored Sep 18, 2024
1 parent cd8b567 commit 930078b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ export const ControlPanelsContainer = (props: ControlPanelsContainerProps) => {
css={(theme: SupersetTheme) => css`
font-size: ${theme.typography.sizes.m}px;
line-height: 1.3;
font-weight: ${theme.typography.weights.medium};
`}
>
{label}
Expand Down

0 comments on commit 930078b

Please sign in to comment.