2
0

feat(inputs): improve input focus behavior

This commit is contained in:
Baptiste Arnaud
2022-08-14 17:53:53 +02:00
parent 008724a3b1
commit fd01793594
3 changed files with 39 additions and 32 deletions

View File

@@ -17,7 +17,6 @@ export const SendButton = ({
}: SendButtonProps) => {
return (
<button
type="submit"
disabled={isDisabled || isLoading}
{...props}
className={