@rash2x/bridge-widget 0.3.8 → 0.3.10

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.
@@ -2425,13 +2425,13 @@ const SearchInput = ({
2425
2425
  className
2426
2426
  }) => {
2427
2427
  return /* @__PURE__ */ jsxs("div", { className: cn("rounded-xs relative"), children: [
2428
- /* @__PURE__ */ jsx(SearchIcon, { className: "w-6 h-6 absolute left-5 top-0 bottom-0 my-auto" }),
2428
+ /* @__PURE__ */ jsx(SearchIcon, { className: "w-6 h-6 absolute z-10 left-5 top-0 bottom-0 my-auto text-foreground" }),
2429
2429
  /* @__PURE__ */ jsx(
2430
2430
  Input,
2431
2431
  {
2432
2432
  placeholder,
2433
2433
  className: cn(
2434
- "w-full outline-none px-5 py-4 relative z-10 pl-16 bg-input border transition-all border-transparent rounded-xs ring-0 leading-0 h-13 text-base focus-visible:border focus-visible:border-ring",
2434
+ "w-full outline-none px-5 py-4 relative pl-16 bg-input border transition-all border-transparent rounded-xs ring-0 leading-0 h-13 text-base focus-visible:border focus-visible:border-ring",
2435
2435
  className
2436
2436
  ),
2437
2437
  value,