impaktapps-ui-builder 1.0.147-test.2 → 1.0.147-test.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.
@@ -11564,7 +11564,6 @@ function Card(theme) {
11564
11564
  flexWrap: "nowrap",
11565
11565
  width: "100% !important",
11566
11566
  background: "transparent",
11567
- border: `1.5px solid ${theme.palette.primary.light}`,
11568
11567
  borderRadius: "8px",
11569
11568
  padding: "20px 20px 20px 14px",
11570
11569
  height: "100%",
@@ -11572,11 +11571,7 @@ function Card(theme) {
11572
11571
  position: "relative",
11573
11572
  marginLeft: "0px",
11574
11573
  "&: hover": {
11575
- background: `${theme.palette.primary.main}`,
11576
- border: `1.5px solid black`,
11577
- "& p": {
11578
- color: "white"
11579
- }
11574
+ background: `${theme.palette.primary.main}`
11580
11575
  }
11581
11576
  }
11582
11577
  },