This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 8cba1c8 changing to the correct hex color (#11073)
8cba1c8 is described below
commit 8cba1c823d4c1007cd820974b0aa06aa6e3ed54d
Author: Evan Rusackas <[email protected]>
AuthorDate: Fri Sep 25 21:09:59 2020 -0700
changing to the correct hex color (#11073)
---
superset-frontend/src/components/CheckboxIcons.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset-frontend/src/components/CheckboxIcons.tsx
b/superset-frontend/src/components/CheckboxIcons.tsx
index 2c94c86..21ae153 100644
--- a/superset-frontend/src/components/CheckboxIcons.tsx
+++ b/superset-frontend/src/components/CheckboxIcons.tsx
@@ -28,7 +28,7 @@ export const CheckboxChecked = () => (
>
<path
d="M16 0H2C0.89 0 0 0.9 0 2V16C0 17.1 0.89 18 2 18H16C17.11 18 18 17.1
18 16V2C18 0.9 17.11 0 16 0Z"
- fill="#00A699"
+ fill="#20A7C9"
/>
<path d="M7 14L2 9L3.41 7.59L7 11.17L14.59 3.58L16 5L7 14Z" fill="white" />
</svg>