Skip to content

Commit

Permalink
fix: mt5 enter password button size (#16813)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubega-deriv authored Sep 12, 2024
1 parent eec10af commit 87db116
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const EnterPassword: React.FC<TProps> = ({
isLoading={isForgotPasswordLoading}
onClick={onSecondaryClick}
size='lg'
textSize='sm'
variant='outlined'
>
<Localize i18n_default_text='Forgot password?' />
Expand All @@ -117,6 +118,7 @@ const EnterPassword: React.FC<TProps> = ({
isLoading={isLoading}
onClick={onPrimaryClick}
size='lg'
textSize='sm'
>
<Localize i18n_default_text='Add account' />
</Button>
Expand Down

0 comments on commit 87db116

Please sign in to comment.