🚀 Update input fields

This commit is contained in:
Asim Shrestha
2023-04-07 15:38:16 -07:00
parent 4187bc6556
commit d720feb63d
5 changed files with 71 additions and 18 deletions

View File

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