Skip to content

Commit

Permalink
fix: swap arrow icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fbwoolf committed Mar 26, 2024
1 parent 7ec9744 commit 9dcd980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function SwapAssetsPairLayout({ swapAssetFrom, swapAssetTo }: SwapAssetsP
>
{swapAssetFrom}
<Box height="24px" px="space.04" py="space.01" width="48px">
<ArrowDownIcon />
<ArrowDownIcon variant="small" />
</Box>
{swapAssetTo}
</Stack>
Expand Down

0 comments on commit 9dcd980

Please sign in to comment.