@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.cjs
CHANGED
|
@@ -2448,7 +2448,7 @@ const SearchInput = ({
|
|
|
2448
2448
|
className
|
|
2449
2449
|
}) => {
|
|
2450
2450
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: utils.cn("rounded-xs relative"), children: [
|
|
2451
|
-
/* @__PURE__ */ jsxRuntime.jsx(SearchIcon, { className: "w-6 h-6 absolute left-5 top-0 bottom-0 my-auto" }),
|
|
2451
|
+
/* @__PURE__ */ jsxRuntime.jsx(SearchIcon, { className: "w-6 h-6 absolute left-5 top-0 bottom-0 my-auto text-foreground" }),
|
|
2452
2452
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2453
2453
|
input.Input,
|
|
2454
2454
|
{
|