Skip to content

Commit

Permalink
chore: fix icon padding, ref #4693
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithishvb authored and pete-watters committed Jan 18, 2024
1 parent 4cd16d3 commit 5a3190a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/info-card/info-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ interface InfoCardRowProps {
export function InfoCardRow({ title, value, titleAdditionalElement, ...props }: InfoCardRowProps) {
return (
<HStack alignItems="start" fontSize="14px" justifyContent="space-between" {...props}>
<Flex alignItems="center">
<styled.span color="accent.text-subdued" mr="space.01" textStyle="body.02">
<Flex alignItems="center" gap="space.01">
<styled.span color="accent.text-subdued" mr="space.01" textStyle="body.02">tion review screen)
{title}
</styled.span>
{titleAdditionalElement && titleAdditionalElement}
Expand Down

0 comments on commit 5a3190a

Please sign in to comment.