Skip to content

Commit

Permalink
chore: Remove wrong usage of font-size in ExploreViewContainer (#19614)
Browse files Browse the repository at this point in the history
* Remove hacky usage of font-size

* Update font
  • Loading branch information
geido authored Apr 12, 2022
1 parent 87d4798 commit 7b0b029
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ const ExplorePanelContainer = styled.div`
padding: 0 ${theme.gridUnit * 4}px;
justify-content: space-between;
.horizontal-text {
text-transform: uppercase;
color: ${theme.colors.grayscale.light1};
font-size: ${theme.typography.sizes.s * 4};
font-size: ${theme.typography.sizes.s}px;
}
}
.no-show {
Expand Down Expand Up @@ -613,7 +611,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 7b0b029

Please sign in to comment.