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 87515fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2476,7 +2476,7 @@
resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.4.0.tgz#08d6c5e20cf7e4cc02fd181c4b0c225cd31dbb60"
integrity sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==

"@leather-wallet/prettier-config@0.0.1":
"@leather-wallet/prettier-config@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@leather-wallet/prettier-config/-/prettier-config-0.0.1.tgz#35d5df1a3de533ff13ab9309e29c20a9d2496e51"
integrity sha512-73WvurHNvKfp/x5nHjOUBSmzEtAdHzMpBvz3EF7mN9kpYC41/li5znWGI8cF8wdzCZBAmyG6sNA9xVk6aT6bwA==
Expand Down

0 comments on commit 87515fa

Please sign in to comment.