@firecms/ui 3.0.0-canary.128 → 3.0.0-canary.129
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/components/SearchBar.tsx +1 -1
package/dist/index.es.js
CHANGED
@@ -15926,7 +15926,7 @@ function SearchBar({
|
|
15926
15926
|
large ? "h-14" : "h-[42px]",
|
15927
15927
|
"bg-slate-50 dark:bg-gray-800 border",
|
15928
15928
|
defaultBorderMixin,
|
15929
|
-
"rounded",
|
15929
|
+
"rounded-lg",
|
15930
15930
|
className
|
15931
15931
|
),
|
15932
15932
|
children: [
|