🚀 Update styling

This commit is contained in:
Asim Shrestha
2023-04-07 15:46:43 -07:00
parent d720feb63d
commit 2098804b74
3 changed files with 6 additions and 12 deletions

View File

@@ -33,7 +33,8 @@ const Button = forwardRef(
disabled={loading || props.disabled}
className={
// eslint-disable-next-line @typescript-eslint/restrict-plus-operands
"transition-all hover:shadow-2xl " + props.className
"px-10 py-3 font-bold transition-all hover:shadow-2xl " +
props.className
}
onClick={onClick}
>