CE-740 chart subhead style edits

This commit is contained in:
2023-11-15 13:39:16 -06:00
parent fbcee2b819
commit 87d0c7d478
3 changed files with 8 additions and 7 deletions

View File

@ -455,7 +455,7 @@ function Widget(props: React.PropsWithChildren<Props>): JSX.Element
//////////////////////////////////////////////////////////////////////////////////////////
const labelToUse = props.widgetData?.label ?? props.widgetMetaData?.label
let labelElement = (
<Typography sx={{position: "relative", top: -4, cursor: "default"}} variant="h6" fontWeight="medium" display="inline">
<Typography sx={{position: "relative", top: -4, cursor: "default"}} variant="h6" display="inline">
{labelToUse}
</Typography>
);