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 May 11, 2022
1 parent fbd8f1a commit a3a3887
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 a3a3887

Please sign in to comment.