@underverse-ui/underverse 1.0.77 → 1.0.78
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/api-reference.json +1 -1
- 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/api-reference.json
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -4061,7 +4061,7 @@ var EmojiPicker = ({
|
|
|
4061
4061
|
value: search,
|
|
4062
4062
|
onChange: (e) => setSearch(e.target.value),
|
|
4063
4063
|
className: cn(
|
|
4064
|
-
"w-full rounded-
|
|
4064
|
+
"w-full rounded-full border border-border bg-background py-2 pl-9 pr-9 text-sm",
|
|
4065
4065
|
"placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-primary/20"
|
|
4066
4066
|
)
|
|
4067
4067
|
}
|