mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Merge branch 'feature/CE-876-develop-missing-widget-types' into feature/CE-878-make-the-operations-dashboard
This commit is contained in:
@ -39,7 +39,7 @@ export default function BigNumberBlock({widgetMetaData, data}: StandardBlockComp
|
|||||||
return (
|
return (
|
||||||
<div style={{width: data.styles.width ?? "auto"}}>
|
<div style={{width: data.styles.width ?? "auto"}}>
|
||||||
|
|
||||||
<div style={{fontWeight: "700", fontSize: "0.875rem", color: "#3D3D3D"}}>
|
<div style={{fontWeight: "700", fontSize: "0.875rem", color: "#3D3D3D", marginBottom: "-0.5rem"}}>
|
||||||
<BlockElementWrapper data={data} slot="heading">
|
<BlockElementWrapper data={data} slot="heading">
|
||||||
<span>{data.values.heading}</span>
|
<span>{data.values.heading}</span>
|
||||||
</BlockElementWrapper>
|
</BlockElementWrapper>
|
||||||
|
Reference in New Issue
Block a user