Skip to content

Commit

Permalink
Design tweaks for SwapRouteSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Oct 17, 2024
1 parent 8a97bda commit 7543fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/components/widgets/SwapRouteSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const SwapRouteSelector: FC<Props> = ({
}
}}
contentProps={{
sideOffset: 12,
sideOffset: 8,
align: 'end',
css: {
maxWidth: 248,
Expand Down Expand Up @@ -152,7 +152,7 @@ const SwapRouteSelector: FC<Props> = ({
<Text style="subtitle2">Native</Text>
<Text style="body3" color="subtle">
{canonicalTimeEstimate
? `Standard time ${canonicalTimeEstimate}, unlimited transaction capacity`
? `Standard time ~${canonicalTimeEstimate}, unlimited transaction capacity`
: 'Unlimited transaction capacity'}
</Text>
</Flex>
Expand Down

0 comments on commit 7543fa8

Please sign in to comment.