Skip to content

Commit

Permalink
fix: [GSW-2048] SwapTokenHeader Link gap
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrg committed Jan 10, 2025
1 parent 7cbb8f5 commit 3737939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const SwapTokenHeaderWrapper = styled.div<Props>`
width: 100%;
display: flex;
align-items: center;
gap: 6px;
gap: 4px;
color: ${({ theme }) => theme.color.text04};
font-size: 10px;
font-weight: 400;
Expand Down

0 comments on commit 3737939

Please sign in to comment.