@ammarkhalidfarooq/dashboard-package 0.3.1 → 0.3.2
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 +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -771,13 +771,14 @@ var DisplayCard = function DisplayCard(_ref) {
|
|
|
771
771
|
display: "flex",
|
|
772
772
|
justifyContent: "space-between",
|
|
773
773
|
alignItems: "center",
|
|
774
|
-
boxShadow: "
|
|
774
|
+
boxShadow: "rgba(0, 0, 0, 0.06) 0px 4px 15px 0px",
|
|
775
|
+
// boxShadow: "0 4px 24px rgba(0,0,0,0.06)",
|
|
775
776
|
// padding: "16px 16px 16px 18px",
|
|
776
777
|
py: "10px",
|
|
777
778
|
px: "16px",
|
|
778
779
|
cursor: "pointer",
|
|
779
780
|
bgcolor: "#fff",
|
|
780
|
-
border: "
|
|
781
|
+
border: "1px solid transparent",
|
|
781
782
|
transition: "all 0.3s ease",
|
|
782
783
|
":hover": {
|
|
783
784
|
border: "2px solid rgb(99, 99, 230)"
|