chore: Remove wrong usage of font-size in ExploreViewContainer (#19614)

* Remove hacky usage of font-size

* Update font
This commit is contained in:
Geido 2022-04-12 16:10:58 +03:00 committed by GitHub
parent 87d47987b7
commit 7b0b029318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {
@ -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}