Skip to content

Commit

Permalink
fix: button misaligned in ios
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Nov 15, 2023
1 parent 679d4f7 commit 4e62672
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,4 @@
}
}
}

&-footer {
align-self: end;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const DisclaimerModal = ({ handleDisclaimerTimeout }: TDisclaimerModalProps) =>
}
/>
</Modal.Body>
<Modal.Footer className='disclaimer-modal__footer'>
<Modal.Footer>
<Button has_effect onClick={onClickConfirm} primary large disabled={!is_checked}>
<Localize i18n_default_text='Confirm' />
</Button>
Expand Down

0 comments on commit 4e62672

Please sign in to comment.