You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/08/10 05:01:20 UTC

[superset] 10/25: change button color (#16093)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch 1.3
in repository https://gitbox.apache.org/repos/asf/superset.git

commit dec3ff770f64adbe094061b478a4ca8d02811922
Author: AAfghahi <48...@users.noreply.github.com>
AuthorDate: Thu Aug 5 13:38:30 2021 -0400

    change button color (#16093)
    
    (cherry picked from commit e6274e07647de0d7fc67cefbefb4654dc4c59d5a)
---
 superset-frontend/src/explore/components/ExploreChartHeader.jsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/src/explore/components/ExploreChartHeader.jsx b/superset-frontend/src/explore/components/ExploreChartHeader.jsx
index cb55553..0613f61 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;
   }