mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-19 02:51:49 +02:00
🎨 Update UI package (#1070)
Add new components and update various existing ones.
This commit is contained in:
parent
a4ffbee081
commit
e6792a4283
33 changed files with 386 additions and 56 deletions
|
@ -11,7 +11,7 @@ import {
|
|||
} from "react-hook-form";
|
||||
|
||||
import { Label } from "./label";
|
||||
import { cn } from "@rallly/ui";
|
||||
import { cn } from "./lib/utils";
|
||||
|
||||
const Form = FormProvider;
|
||||
|
||||
|
@ -78,7 +78,7 @@ const FormItem = React.forwardRef<
|
|||
|
||||
return (
|
||||
<FormItemContext.Provider value={{ id }}>
|
||||
<div ref={ref} className={cn("grid gap-y-2.5", className)} {...props} />
|
||||
<div ref={ref} className={cn("space-y-2.5", className)} {...props} />
|
||||
</FormItemContext.Provider>
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue