From 7b0b029318a4cd6da7bbc54a79390c61322ded95 Mon Sep 17 00:00:00 2001 From: Geido <60598000+geido@users.noreply.github.com> Date: Tue, 12 Apr 2022 16:10:58 +0300 Subject: [PATCH] chore: Remove wrong usage of font-size in ExploreViewContainer (#19614) * Remove hacky usage of font-size * Update font --- .../src/explore/components/ExploreViewContainer/index.jsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/superset-frontend/src/explore/components/ExploreViewContainer/index.jsx b/superset-frontend/src/explore/components/ExploreViewContainer/index.jsx index 57437ea99f8..d789b350aab 100644 --- a/superset-frontend/src/explore/components/ExploreViewContainer/index.jsx +++ b/superset-frontend/src/explore/components/ExploreViewContainer/index.jsx @@ -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) { } >
- {t('Dataset')} + {t('Dataset')}