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