@open-slot-ui/pixi 0.4.1 → 0.4.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.js CHANGED
@@ -1459,7 +1459,7 @@ var ButtonView = class extends ControlView {
1459
1459
  const r = this.radius;
1460
1460
  if (this.mono) {
1461
1461
  g.circle(0, r * 0.16, r).fill({ color: 0, alpha: disabled ? 0.08 : 0.18 });
1462
- g.circle(0, 0, r).fill({ color: "#ffffff", alpha: disabled ? 0.6 : 1 });
1462
+ g.circle(0, 0, r * 0.98).fill({ color: "#ffffff", alpha: disabled ? 0.6 : 1 });
1463
1463
  g.circle(0, 0, r * 0.925).stroke({ width: r * 0.15, color: "#0a0a0a", alpha: disabled ? 0.5 : 1 });
1464
1464
  } else if (this.dark) {
1465
1465
  g.circle(0, r * 0.16, r).fill({ color: 0, alpha: 0.18 });