@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.js CHANGED
@@ -12820,9 +12820,12 @@ var FileUpload = React5__default.default.forwardRef(
12820
12820
  action: /* @__PURE__ */ jsxRuntime.jsx(reactComponents.DialogTrigger, { action: "close", children: /* @__PURE__ */ jsxRuntime.jsx(
12821
12821
  reactComponents.Button,
12822
12822
  {
12823
- appearance: "subtle",
12824
12823
  "aria-label": "close",
12825
- icon: /* @__PURE__ */ jsxRuntime.jsx(reactIcons.Dismiss24Regular, {})
12824
+ icon: /* @__PURE__ */ jsxRuntime.jsx(reactIcons.Dismiss24Regular, {}),
12825
+ style: {
12826
+ backgroundColor: reactComponents.tokens.colorNeutralForeground2,
12827
+ color: reactComponents.tokens.colorNeutralBackground1
12828
+ }
12826
12829
  }
12827
12830
  ) })
12828
12831
  }
@@ -13065,7 +13068,11 @@ var FileUpload = React5__default.default.forwardRef(
13065
13068
  {
13066
13069
  appearance: "subtle",
13067
13070
  "aria-label": "close",
13068
- icon: /* @__PURE__ */ jsxRuntime.jsx(reactIcons.Dismiss24Regular, {})
13071
+ icon: /* @__PURE__ */ jsxRuntime.jsx(reactIcons.Dismiss24Regular, {}),
13072
+ style: {
13073
+ backgroundColor: reactComponents.tokens.colorNeutralForeground2,
13074
+ color: reactComponents.tokens.colorNeutralBackground1
13075
+ }
13069
13076
  }
13070
13077
  ) })
13071
13078
  }