@asdp/ferryui 0.1.22-dev.9701 → 0.1.22-dev.9706

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 CHANGED
@@ -139,6 +139,7 @@ var useStyles = reactComponents.makeStyles({
139
139
  },
140
140
  buttonContainer: {
141
141
  display: "flex",
142
+ flexDirection: "column",
142
143
  width: "100%",
143
144
  gap: reactComponents.tokens.spacingHorizontalM
144
145
  }
@@ -13399,23 +13400,23 @@ var useStyles28 = reactComponents.makeStyles({
13399
13400
  },
13400
13401
  circularLeft: {
13401
13402
  position: "absolute",
13402
- width: "80px",
13403
- height: "80px",
13403
+ width: "75px",
13404
+ height: "75px",
13404
13405
  borderRadius: "50%",
13405
13406
  backgroundColor: reactComponents.tokens.colorNeutralBackground1Hover,
13406
13407
  left: "-37px",
13407
- bottom: "-30px",
13408
+ bottom: "-42px",
13408
13409
  zIndex: 2,
13409
13410
  boxShadow: "inset -3px 0px 1px rgba(0, 0, 0, 0.1)"
13410
13411
  },
13411
13412
  circularRight: {
13412
13413
  position: "absolute",
13413
- width: "80px",
13414
- height: "80px",
13414
+ width: "75px",
13415
+ height: "75px",
13415
13416
  borderRadius: "50%",
13416
13417
  backgroundColor: reactComponents.tokens.colorNeutralBackground1Hover,
13417
13418
  right: "-37px",
13418
- bottom: "-30px",
13419
+ bottom: "-42px",
13419
13420
  zIndex: 2,
13420
13421
  boxShadow: "inset 3px 0px 1px rgba(0, 0, 0, 0.1)"
13421
13422
  },