mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
CE-740 label weight 600
This commit is contained in:
@ -462,7 +462,7 @@ function Widget(props: React.PropsWithChildren<Props>): JSX.Element
|
|||||||
//////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////////
|
||||||
const labelToUse = props.widgetData?.label ?? props.widgetMetaData?.label
|
const labelToUse = props.widgetData?.label ?? props.widgetMetaData?.label
|
||||||
let labelElement = (
|
let labelElement = (
|
||||||
<Typography sx={{cursor: "default", pl: "auto", pt: props.widgetMetaData.type == "parentWidget" ? "1rem" : "auto"}} variant="h6" display="inline">
|
<Typography sx={{cursor: "default", pl: "auto", pt: props.widgetMetaData.type == "parentWidget" ? "1rem" : "auto", fontWeight: 600}} variant="h6" display="inline">
|
||||||
{labelToUse}
|
{labelToUse}
|
||||||
</Typography>
|
</Typography>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user