Skip to content

Commit

Permalink
Fixed RoundedLink height to reach 20px in total
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbordeau committed Jun 21, 2024
1 parent 6893bd5 commit 438f1d3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ type RoundedLinkProps = {
const fontSizeMd = FONT_COMMON.size.md;
const spacing1 = THEME_COMMON.spacing(1);
const spacing2 = THEME_COMMON.spacing(2);
const spacing3 = THEME_COMMON.spacing(3);

const spacingMultiplicator = THEME_COMMON.spacingMultiplicator;

Expand All @@ -36,7 +35,7 @@ const StyledLink = styled.a<{
gap: ${spacing1};
height: ${spacing3};
height: 10px;
justify-content: center;
max-width: calc(100% - ${spacingMultiplicator} * 2px);
Expand Down

0 comments on commit 438f1d3

Please sign in to comment.