Skip to content

Commit

Permalink
Fix an issue with misaligned icons
Browse files Browse the repository at this point in the history
  • Loading branch information
selbekk committed Mar 25, 2024
1 parent 2d1377c commit a16ed75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function IconBox({ icon }: IconBoxProps) {
<Text variant="xs" textAlign="center">
{toTitleCase(icon.name)}
</Text>
<IconComponent marginTop={1} aria-label={icon.name} />
<IconComponent marginTop={1} marginX="auto" aria-label={icon.name} />
<Flex justifyContent="flex-end" width="100%">
<IconButton
as="a"
Expand Down

0 comments on commit a16ed75

Please sign in to comment.