Correctly center the spinner in buttons
This commit is contained in:
parent
8c20158e58
commit
1c97dd4e24
4 changed files with 40 additions and 51 deletions
|
@ -36,11 +36,7 @@ const LoginContainer = ({ isSubmitting, setFieldValue, values, submitForm, handl
|
|||
return (
|
||||
<React.Fragment>
|
||||
{ref.current && ref.current.render()}
|
||||
<LoginFormContainer
|
||||
title={'Login to Continue'}
|
||||
css={tw`w-full flex`}
|
||||
onSubmit={submit}
|
||||
>
|
||||
<LoginFormContainer title={'Login to Continue'} css={tw`w-full flex`} onSubmit={submit}>
|
||||
<Field
|
||||
type={'text'}
|
||||
label={'Username or Email'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue