diff --git a/superset-frontend/src/explore/components/ExploreViewContainer/index.jsx b/superset-frontend/src/explore/components/ExploreViewContainer/index.jsx index 57437ea99f88..d789b350aab5 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')}