@asdp/ferryui 0.1.22-dev.8932 → 0.1.22-dev.8945

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.mjs CHANGED
@@ -12811,9 +12811,12 @@ var FileUpload = React5.forwardRef(
12811
12811
  action: /* @__PURE__ */ jsx(DialogTrigger, { action: "close", children: /* @__PURE__ */ jsx(
12812
12812
  Button,
12813
12813
  {
12814
- appearance: "subtle",
12815
12814
  "aria-label": "close",
12816
- icon: /* @__PURE__ */ jsx(Dismiss24Regular, {})
12815
+ icon: /* @__PURE__ */ jsx(Dismiss24Regular, {}),
12816
+ style: {
12817
+ backgroundColor: tokens.colorNeutralForeground2,
12818
+ color: tokens.colorNeutralBackground1
12819
+ }
12817
12820
  }
12818
12821
  ) })
12819
12822
  }
@@ -13056,7 +13059,11 @@ var FileUpload = React5.forwardRef(
13056
13059
  {
13057
13060
  appearance: "subtle",
13058
13061
  "aria-label": "close",
13059
- icon: /* @__PURE__ */ jsx(Dismiss24Regular, {})
13062
+ icon: /* @__PURE__ */ jsx(Dismiss24Regular, {}),
13063
+ style: {
13064
+ backgroundColor: tokens.colorNeutralForeground2,
13065
+ color: tokens.colorNeutralBackground1
13066
+ }
13060
13067
  }
13061
13068
  ) })
13062
13069
  }