Skip to content

Commit

Permalink
fix: butn
Browse files Browse the repository at this point in the history
  • Loading branch information
BillySh1 committed Apr 12, 2022
1 parent 204a521 commit e0d7e43
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,11 @@ const useStyles = makeStyles<{ isDashboard: boolean; isPopup: boolean }>()((them
},
button: {
fontSize: 18,
lineHeight: 1,
lineHeight: '22px',
fontWeight: 600,
borderRadius: isDashboard ? 8 : 24,
height: 'auto',
padding: '13px 0',
marginTop: '0px !important',
},
disabledButton: {
Expand Down Expand Up @@ -504,7 +505,7 @@ export const TradeForm = memo<AllTradeFormProps>(
</Box>
}
render={(disable: boolean) =>
isGreatThanSlippageSetting ? (
!isGreatThanSlippageSetting ? (
<ActionButton
fullWidth
variant="contained"
Expand Down

0 comments on commit e0d7e43

Please sign in to comment.