mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
set font-weight correctly (#55074)
This commit is contained in:
parent
c95b530502
commit
14d4e0eeca
@ -70,7 +70,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
color: ${theme.colors.text.primary};
|
||||
background-color: ${theme.colors.action.disabledBackground};
|
||||
border-radius: ${theme.shape.borderRadius(2)};
|
||||
fontweight: theme.typography.fontWeightMedium;
|
||||
font-weight: ${theme.typography.fontWeightMedium};
|
||||
|
||||
&::before {
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user