mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-04 19:51:51 +02:00
✨ Allow users to customize poll behaviour (#785)
This commit is contained in:
parent
14cfa2bd50
commit
b1e3f63a2e
58 changed files with 1361 additions and 1042 deletions
|
@ -78,7 +78,7 @@ const FormItem = React.forwardRef<
|
|||
|
||||
return (
|
||||
<FormItemContext.Provider value={{ id }}>
|
||||
<div ref={ref} className={cn("space-y-2.5", className)} {...props} />
|
||||
<div ref={ref} className={cn("grid gap-y-2.5", className)} {...props} />
|
||||
</FormItemContext.Provider>
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue