@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.es.js CHANGED
@@ -680,7 +680,11 @@ var RenderChartCard = function RenderChartCard(_ref) {
680
680
  sx: {
681
681
  fontSize: "11px",
682
682
  color: "rgba(0,0,0,0.6)",
683
- fontWeight: 500
683
+ fontWeight: 500,
684
+ marginTop: {
685
+ xs: "1px",
686
+ sm: 0
687
+ }
684
688
  },
685
689
  children: leg.label
686
690
  })]
@@ -5609,7 +5613,7 @@ var OverallSection = function OverallSection(_ref) {
5609
5613
  gridTemplateColumns: {
5610
5614
  xs: "1fr 1fr",
5611
5615
  sm: "1fr 1fr",
5612
- md: "1fr 1fr 1fr",
5616
+ md: "1fr 1fr 1fr 1fr",
5613
5617
  lg: "repeat(6, 1fr)"
5614
5618
  },
5615
5619
  gap: 2.25,