@rash2x/bridge-widget 0.3.8 → 0.3.9
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/evaa-bridge.mjs
CHANGED
|
@@ -2425,7 +2425,7 @@ 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 left-5 top-0 bottom-0 my-auto text-foreground" }),
|
|
2429
2429
|
/* @__PURE__ */ jsx(
|
|
2430
2430
|
Input,
|
|
2431
2431
|
{
|