@tscircuit/runframe 0.0.144 → 0.0.146

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/runner.js CHANGED
@@ -390,7 +390,7 @@ var RunFrame = (props) => {
390
390
  ]
391
391
  }
392
392
  ),
393
- isRunning && /* @__PURE__ */ jsx("div", { className: "rf-flex rf-items-center", children: /* @__PURE__ */ jsx(
393
+ isRunning && /* @__PURE__ */ jsx("div", { className: "rf-flex rf-items-center rf-ml-1", children: /* @__PURE__ */ jsx(
394
394
  Button,
395
395
  {
396
396
  onClick: (e) => {
@@ -403,7 +403,7 @@ var RunFrame = (props) => {
403
403
  },
404
404
  variant: "ghost",
405
405
  size: "icon",
406
- className: "rf-text-red-300 hover:rf-text-red-400 hover:!rf-bg-transparent -ml-4 [&>svg]:rf-text-red-300 [&>svg]:hover:rf-text-red-400 rf-flex rf-items-center rf-justify-center",
406
+ className: "rf-text-red-300 hover:rf-text-red-400 hover:!rf-bg-transparent [&>svg]:rf-text-red-300 [&>svg]:hover:rf-text-red-400 rf-flex rf-items-center rf-justify-center",
407
407
  children: /* @__PURE__ */ jsx(
408
408
  Square,
409
409
  {