mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
changing to the correct hex color (#11073)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user