@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.mjs
CHANGED
|
@@ -394,14 +394,17 @@ var useStyles4 = makeStyles({
|
|
|
394
394
|
margin: 0,
|
|
395
395
|
padding: 0,
|
|
396
396
|
backgroundColor: "transparent",
|
|
397
|
-
border: "none"
|
|
397
|
+
border: "none",
|
|
398
|
+
height: "450px",
|
|
399
|
+
borderRadius: tokens.borderRadiusXLarge
|
|
398
400
|
},
|
|
399
401
|
bannerImage: {
|
|
400
402
|
width: "100%",
|
|
401
403
|
height: "auto",
|
|
402
404
|
objectFit: "cover",
|
|
403
405
|
display: "block",
|
|
404
|
-
cursor: "pointer"
|
|
406
|
+
cursor: "pointer",
|
|
407
|
+
borderRadius: tokens.borderRadiusXLarge
|
|
405
408
|
}
|
|
406
409
|
});
|
|
407
410
|
var CardBanner = ({
|