diff --git a/superset-frontend/src/explore/components/ExploreChartHeader.jsx b/superset-frontend/src/explore/components/ExploreChartHeader.jsx index cb5555357..0613f61a5 100644 --- a/superset-frontend/src/explore/components/ExploreChartHeader.jsx +++ b/superset-frontend/src/explore/components/ExploreChartHeader.jsx @@ -91,6 +91,7 @@ const StyledHeader = styled.div` } .action-button { + color: ${({ theme }) => theme.colors.grayscale.base}; margin: 0 ${({ theme }) => theme.gridUnit * 1.5}px 0 ${({ theme }) => theme.gridUnit}px; }