@asdp/ferryui 0.1.14 → 0.1.15
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.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -403,14 +403,17 @@ var useStyles4 = reactComponents.makeStyles({
|
|
|
403
403
|
margin: 0,
|
|
404
404
|
padding: 0,
|
|
405
405
|
backgroundColor: "transparent",
|
|
406
|
-
border: "none"
|
|
406
|
+
border: "none",
|
|
407
|
+
height: "450px",
|
|
408
|
+
borderRadius: reactComponents.tokens.borderRadiusXLarge
|
|
407
409
|
},
|
|
408
410
|
bannerImage: {
|
|
409
411
|
width: "100%",
|
|
410
412
|
height: "auto",
|
|
411
413
|
objectFit: "cover",
|
|
412
414
|
display: "block",
|
|
413
|
-
cursor: "pointer"
|
|
415
|
+
cursor: "pointer",
|
|
416
|
+
borderRadius: reactComponents.tokens.borderRadiusXLarge
|
|
414
417
|
}
|
|
415
418
|
});
|
|
416
419
|
var CardBanner = ({
|