@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/dist/index.js CHANGED
@@ -3876,7 +3876,7 @@ var EmojiPicker = ({
3876
3876
  value: search,
3877
3877
  onChange: (e) => setSearch(e.target.value),
3878
3878
  className: cn(
3879
- "w-full rounded-lg border border-border bg-background py-2 pl-9 pr-9 text-sm",
3879
+ "w-full rounded-full border border-border bg-background py-2 pl-9 pr-9 text-sm",
3880
3880
  "placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-primary/20"
3881
3881
  )
3882
3882
  }