[update] migrate the project formatter from prettier and eslint to biome
This commit is contained in:
@@ -45,7 +45,7 @@ const AccordionContent = React.forwardRef<
|
||||
ref={ref}
|
||||
{...props}
|
||||
>
|
||||
<div className={cn("pb-4 pt-0", className)}>{children}</div>
|
||||
<div className={cn("pt-0 pb-4", className)}>{children}</div>
|
||||
</AccordionPrimitive.Content>
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user