This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 79a18d4c70 chore: toning down grayscale on X icon (#24437)
79a18d4c70 is described below
commit 79a18d4c704acf09aca586213bfa8ea07ca9c86d
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Sun Jun 18 11:40:16 2023 -0700
chore: toning down grayscale on X icon (#24437)
---
superset-frontend/src/assets/images/icons/cancel-x.svg | 3 ---
superset-frontend/src/assets/images/icons/search.svg | 2 --
superset-frontend/src/pages/DatabaseList/index.tsx | 2 +-
3 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/superset-frontend/src/assets/images/icons/cancel-x.svg
b/superset-frontend/src/assets/images/icons/cancel-x.svg
index e0e452f744..c3fc592d05 100644
--- a/superset-frontend/src/assets/images/icons/cancel-x.svg
+++ b/superset-frontend/src/assets/images/icons/cancel-x.svg
@@ -17,9 +17,6 @@
under the License.
-->
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <!-- Generator: Sketch 64 (93537) - https://sketch.com -->
- <!-- <title>Icon / [email protected]</title> -->
- <desc>Created with Sketch.</desc>
<g id="Icon-/-X-Small" stroke="none" stroke-width="1" fill="none"
fill-rule="evenodd">
<polygon id="Shape" points="0 0 24 0 24 24 0 24"></polygon>
<path d="M15.71,8.29 C15.5222334,8.10068735 15.2666375,7.99420168
15,7.99420168 C14.7333625,7.99420168 14.4777666,8.10068735 14.29,8.29 L12,10.59
L9.71,8.29 C9.31787782,7.89787785 8.68212219,7.89787787 8.29000003,8.29000003
C7.89787787,8.68212219 7.89787785,9.31787782 8.29,9.71 L10.59,12 L8.29,14.29
C8.10068735,14.4777666 7.99420168,14.7333625 7.99420168,15
C7.99420168,15.2666375 8.10068735,15.5222334 8.29,15.71 C8.4777666,15.8993127
8.73336246,16.0057983 9,16.0057983 C9.26663754 [...]
diff --git a/superset-frontend/src/assets/images/icons/search.svg
b/superset-frontend/src/assets/images/icons/search.svg
index bef0709fd6..e3796880a4 100644
--- a/superset-frontend/src/assets/images/icons/search.svg
+++ b/superset-frontend/src/assets/images/icons/search.svg
@@ -17,9 +17,7 @@
under the License.
-->
<svg width="24" height="24" viewBox="0 0 24 24" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <!-- Generator: Sketch 64 (93537) - https://sketch.com -->
<title>Icon / [email protected]</title>
- <desc>Created with Sketch.</desc>
<g id="Icon-/-Search" stroke="none" stroke-width="1" fill="none"
fill-rule="evenodd">
<polygon id="Path" points="0 0 24 0 24 24 0 24"></polygon>
<g id="search-alt" transform="translate(4.000000, 4.000000)"
fill="currentColor">
diff --git a/superset-frontend/src/pages/DatabaseList/index.tsx
b/superset-frontend/src/pages/DatabaseList/index.tsx
index 656dac89ea..e2ba4ea9b0 100644
--- a/superset-frontend/src/pages/DatabaseList/index.tsx
+++ b/superset-frontend/src/pages/DatabaseList/index.tsx
@@ -74,7 +74,7 @@ const IconCheck = styled(Icons.Check)`
`;
const IconCancelX = styled(Icons.CancelX)`
- color: ${({ theme }) => theme.colors.grayscale.dark1};
+ color: ${({ theme }) => theme.colors.grayscale.light1};
`;
const Actions = styled.div`