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