@ammarkhalidfarooq/dashboard-package 0.4.57 → 0.4.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +6 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +6 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -682,7 +682,11 @@ var RenderChartCard = function RenderChartCard(_ref) {
|
|
|
682
682
|
sx: {
|
|
683
683
|
fontSize: "11px",
|
|
684
684
|
color: "rgba(0,0,0,0.6)",
|
|
685
|
-
fontWeight: 500
|
|
685
|
+
fontWeight: 500,
|
|
686
|
+
marginTop: {
|
|
687
|
+
xs: "1px",
|
|
688
|
+
sm: 0
|
|
689
|
+
}
|
|
686
690
|
},
|
|
687
691
|
children: leg.label
|
|
688
692
|
})]
|
|
@@ -5611,7 +5615,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5611
5615
|
gridTemplateColumns: {
|
|
5612
5616
|
xs: "1fr 1fr",
|
|
5613
5617
|
sm: "1fr 1fr",
|
|
5614
|
-
md: "1fr 1fr 1fr",
|
|
5618
|
+
md: "1fr 1fr 1fr 1fr",
|
|
5615
5619
|
lg: "repeat(6, 1fr)"
|
|
5616
5620
|
},
|
|
5617
5621
|
gap: 2.25,
|