@opencxh/ui-kit 3.57.4 → 3.57.5
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4374,7 +4374,7 @@ const ur = ({
|
|
|
4374
4374
|
placeholder: n?.searchPlaceholder || "Search commands...",
|
|
4375
4375
|
value: f,
|
|
4376
4376
|
onChange: (N) => g(N.target.value),
|
|
4377
|
-
className: "w-full py-2 text-default focus:outline-none focus:ring-0 bg-transparent"
|
|
4377
|
+
className: "w-full py-2 text-default border-0 focus:outline-none focus:ring-0 focus:border-0 focus:shadow-none bg-transparent"
|
|
4378
4378
|
}
|
|
4379
4379
|
)
|
|
4380
4380
|
] }),
|