Remove font-size hacky usage (#19613)

This commit is contained in:
Geido 2022-04-28 11:38:17 +02:00 committed by GitHub
parent 0e68e42b7c
commit 1d50665da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;