@ammarkhalidfarooq/dashboard-package 0.5.3 → 0.5.4
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5222,8 +5222,8 @@ var MetricCard = function MetricCard(_ref) {
|
|
|
5222
5222
|
xs: 1.75,
|
|
5223
5223
|
md: 2
|
|
5224
5224
|
},
|
|
5225
|
-
paddingTop: "10px",
|
|
5226
|
-
paddingBottom: "10px",
|
|
5225
|
+
paddingTop: "10px !important",
|
|
5226
|
+
paddingBottom: "10px !important",
|
|
5227
5227
|
minHeight: 108,
|
|
5228
5228
|
boxShadow: "0 14px 30px rgba(21, 26, 45, 0.06)"
|
|
5229
5229
|
},
|