Fix auth modal button hover color
This commit is contained in:
parent
58c2a0cfe3
commit
0d11be1a93
2 changed files with 2 additions and 0 deletions
|
|
@ -253,6 +253,7 @@ const LoginModal = (props: Props) => {
|
|||
<div className="DialogFooter" ref={footerRef}>
|
||||
<div className="Buttons Span">
|
||||
<Button
|
||||
contained={true}
|
||||
disabled={!formValid}
|
||||
text={t('modals.login.buttons.confirm')}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -352,6 +352,7 @@ const SignupModal = (props: Props) => {
|
|||
<div className="DialogFooter" ref={footerRef}>
|
||||
<div className="Buttons Span">
|
||||
<Button
|
||||
contained={true}
|
||||
disabled={!formValid}
|
||||
text={t('modals.signup.buttons.confirm')}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue