@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 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: "0 4px 24px rgba(0,0,0,0.06)",
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: "2px solid #f0f0f0",
781
+ border: "1px solid transparent",
781
782
  transition: "all 0.3s ease",
782
783
  ":hover": {
783
784
  border: "2px solid rgb(99, 99, 230)"