🚀 Update styling

This commit is contained in:
Asim Shrestha
2023-04-07 13:45:18 -07:00
parent d8c8f18f05
commit bd70423d12
4 changed files with 15 additions and 17 deletions

View File

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