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 19, 2024
1 parent 63e6a94 commit fbd8c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/info-card/info-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interface InfoCardRowProps {
export function InfoCardRow({ title, value, titleAdditionalElement, ...props }: InfoCardRowProps) {
return (
<HStack alignItems="start" fontSize="14px" justifyContent="space-between" {...props}>
<Flex alignItems="center">
<Flex alignItems="center" gap="space.01">
<styled.span color="accent.text-subdued" mr="space.01" textStyle="body.02">
{title}
</styled.span>
Expand Down

0 comments on commit fbd8c11

Please sign in to comment.