Skip to content

Commit

Permalink
Fix alignment of reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
muliswilliam committed Feb 11, 2022
1 parent f6b6607 commit 7bca94d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ function Send (props: Props) {
{insuficientFundsError &&
<ErrorText>{getLocale('braveWalletSwapInsufficientBalance')}</ErrorText>
}
{/* <ButtonRow> */}
<NavButton
disabled={addressError !== '' ||
toAddressOrUrl === '' ||
Expand All @@ -122,7 +121,6 @@ function Send (props: Props) {
>
{getLocale('braveWalletReset')}
</ResetButton>
{/* </ButtonRow> */}
</StyledWrapper>
)
}
Expand Down

0 comments on commit 7bca94d

Please sign in to comment.