set font-weight correctly (#55074)

This commit is contained in:
Ashley Harrison 2022-09-13 12:34:02 +01:00 committed by GitHub
parent c95b530502
commit 14d4e0eeca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;