Skip to content

Commit

Permalink
ui: fix swap percents formatting (#5078)
Browse files Browse the repository at this point in the history
* fix swap percents

* align
  • Loading branch information
skylarbarrera authored Sep 28, 2023
1 parent f4efeca commit 739c82b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,11 @@ export default function SwapDetailsExchangeRow({ routes, protocols, testID }) {
<SwapDetailsValue>{steps[step].label}</SwapDetailsValue>
</Column>
<Column width="content">
<Bleed right="6px" vertical="12px">
<Bleed right="6px" vertical="10px">
<Pill
height={20}
style={{
lineHeight: android && 18,
lineHeight: 20,
}}
textColor={defaultColor}
>{`${protocols[0].part}%`}</Pill>
Expand Down

0 comments on commit 739c82b

Please sign in to comment.