Skip to content

Commit

Permalink
fix merge component missing
Browse files Browse the repository at this point in the history
  • Loading branch information
W3stside committed Apr 12, 2022
1 parent 52f769b commit 5c6ed47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/custom/pages/Swap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export const FeesDiscount: React.FC<FeesDiscountProps> = ({ onClick, theme, ...b

return (
<LowerSectionWrapper {...boxProps}>
<TYPE.black fontSize={14} color={theme.text2} alignItems={'center'}>
<Text fontWeight={500} fontSize={14} color={theme.text2} alignItems={'center'}>
<AutoRow>
<Trans>Fees discount</Trans>{' '}
<MouseoverTooltipContent
Expand All @@ -222,7 +222,7 @@ export const FeesDiscount: React.FC<FeesDiscountProps> = ({ onClick, theme, ...b
<StyledInfo />
</MouseoverTooltipContent>
</AutoRow>
</TYPE.black>
</Text>

<div className="price-container">
<DarkSpan onClick={onClick} style={{ cursor: 'pointer' }}>
Expand Down

0 comments on commit 5c6ed47

Please sign in to comment.