Skip to content

Commit

Permalink
fix: make Glink display block
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Dec 2, 2022
1 parent ceb4fdc commit 2acf257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/typography/GLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const GLink = styled.span<IGLinkProps>`
font-family: Red Hat Text, sans-serif;
font-style: normal;
font-weight: normal;
display: inline-block;
${props => {
switch (props.size) {
case 'Tiny':
Expand Down

0 comments on commit 2acf257

Please sign in to comment.