@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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@underverse-ui/underverse",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "sourceEntry": "src/index.ts",
5
5
  "totalExports": 225,
6
6
  "exports": [
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-lg border border-border bg-background py-2 pl-9 pr-9 text-sm",
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
  }