Skip to content

Commit

Permalink
thisyahlen/create new account text align in button (binary-com#6684)
Browse files Browse the repository at this point in the history
* create new account text align in button

* removed classname
  • Loading branch information
thisyahlen-deriv authored and adrienne-deriv committed Oct 20, 2022
1 parent 6583374 commit 9663c59
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,15 @@ const PasswordSelectionModal = ({
type='button'
onClick={() => isModalVisible(false)}
/>
<Button
large
primary
text={localize('Create new account')}
type='button'
onClick={() => redirectToSignUp({ is_appstore })}
/>
<div>
<Button
large
primary
text={localize('Create new account')}
type='button'
onClick={() => redirectToSignUp({ is_appstore })}
/>
</div>
</div>
</React.Fragment>
) : (
Expand Down

0 comments on commit 9663c59

Please sign in to comment.