Fix margins
This commit is contained in:
parent
b4364ff76c
commit
e6ed2825e2
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export default function ButtonGroupLayout({children, className, ...rest}: Button
|
|||
<div
|
||||
{...rest}
|
||||
className={clsx(
|
||||
"flex gap-4",
|
||||
"flex gap-4 mt-4",
|
||||
className
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue