fix(ssr): fix big ahh button size
All checks were successful
deploy / deploy (push) Successful in 1m19s

This commit is contained in:
Lee
2023-11-08 08:52:35 +00:00
parent 6ec834ddc5
commit 9637993471
2 changed files with 2 additions and 7 deletions

View File

@ -25,7 +25,7 @@ export default function Button({
const base = (
<button
className={clsx(
"flex items-center justify-center gap-2 rounded-md px-4 py-2",
"flex items-center justify-center gap-2 rounded-md p-1",
color,
className,
)}