Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcho committed Dec 3, 2024
1 parent ffa5e18 commit 73a0580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TokensBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const BlockContainer = styled.div`
`;

const MultipleTokenTypeContainer = styled.div`
padding: 8px 0; // Bubble top and bottom padding. Side padding is applied for token containers.
border-radius: 16px;
overflow: auto;
background-color: ${({ theme }) => theme.bgColor.incomingMessage};
Expand Down

0 comments on commit 73a0580

Please sign in to comment.