changing to the correct hex color (#11073)

This commit is contained in:
Evan Rusackas
2020-09-25 21:09:59 -07:00
committed by GitHub
parent 8e6f7d6598
commit 8cba1c823d

View File

@@ -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>