fix: fixed forgot password button (#2467)

This commit is contained in:
Wyatt Johnson
2019-08-12 19:32:50 -04:00
committed by Kim Gardner
parent 0296041ce8
commit aa873559d0
2 changed files with 17 additions and 12 deletions
@@ -97,15 +97,13 @@ const ChangePassword: FunctionComponent<Props> = ({ onResetPassword }) => {
<Flex justifyContent="flex-end">
<Localized id="profile-settings-changePassword-forgotPassword">
<Typography variant="bodyCopy">
<Button
variant="underlined"
color="primary"
onClick={onResetPassword}
>
Forgot your password?
</Button>
</Typography>
<Button
variant="underlined"
color="primary"
onClick={onResetPassword}
>
Forgot your password?
</Button>
</Localized>
</Flex>
</FormField>
@@ -242,11 +242,18 @@ Commenters you ignore will still be able to see your comments.
<div
className="Box-root Flex-root Flex-flex Flex-justifyFlexEnd"
>
<p
className="Box-root Typography-root Typography-bodyCopy Typography-colorTextPrimary"
<button
className="BaseButton-root Button-root Button-sizeRegular Button-colorPrimary Button-variantUnderlined"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onMouseOut={[Function]}
onMouseOver={[Function]}
onTouchEnd={[Function]}
type="button"
>
Forgot your password?
</p>
</button>
</div>
</fieldset>
<fieldset