Skip to content

Commit

Permalink
Remove hacky usage of font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Apr 8, 2022
1 parent 83c3779 commit 86a2a07
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ const ExplorePanelContainer = styled.div`
.horizontal-text {
text-transform: uppercase;
color: ${theme.colors.grayscale.light1};
font-size: ${theme.typography.sizes.s * 4};
}
}
.no-show {
Expand Down Expand Up @@ -613,7 +612,7 @@ function ExploreViewContainer(props) {
}
>
<div className="title-container">
<span className="horizont al-text">{t('Dataset')}</span>
<span className="horizontal-text">{t('Dataset')}</span>
<span
role="button"
tabIndex={0}
Expand Down

0 comments on commit 86a2a07

Please sign in to comment.