Skip to content

Commit

Permalink
Remove font-size hacky usage (apache#19613)
Browse files Browse the repository at this point in the history
  • Loading branch information
geido authored and philipher29 committed Jun 9, 2022
1 parent 5498881 commit bc2d3b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const RefreshTooltip = styled.div`
height: auto;
margin: ${({ theme }) => theme.gridUnit}px 0;
color: ${({ theme }) => theme.colors.grayscale.base};
line-height: ${({ theme }) => theme.typography.sizes.m * 1.5}px;
line-height: 21px;
display: flex;
flex-direction: column;
align-items: flex-start;
Expand Down

0 comments on commit bc2d3b1

Please sign in to comment.