Skip to content

Commit

Permalink
fix: incorporated review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
likhith-deriv committed Sep 23, 2024
1 parent 44f5484 commit 5b984a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const ProofOfAddressForm = observer(
} else {
form_initial_values.address_state = '';
}
const setOffset = (status: { msg: string }): string => {
const setOffset = (status: { msg: string }) => {
const mobile_scroll_offset = status?.msg ? '200px' : '166px';
return !isDesktop && !is_for_cfd_modal ? mobile_scroll_offset : '94px';
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
align-items: flex-start;
gap: 0.8rem;
margin-bottom: 1rem;
line-height: 14px;
line-height: 1.4rem;

&-message {
width: 80rem;
Expand Down

0 comments on commit 5b984a9

Please sign in to comment.