diff --git a/src/front/Assets/Icons/check_white.svg b/src/front/Assets/Icons/check_white.svg new file mode 100644 index 00000000..1ca6eec4 --- /dev/null +++ b/src/front/Assets/Icons/check_white.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/front/Components/DesignSystem/CheckBox/classes.module.scss b/src/front/Components/DesignSystem/CheckBox/classes.module.scss index bb91348f..aa5931a3 100644 --- a/src/front/Components/DesignSystem/CheckBox/classes.module.scss +++ b/src/front/Components/DesignSystem/CheckBox/classes.module.scss @@ -18,7 +18,7 @@ } input[type="checkbox"]::before { - content: url("../../../Assets/Icons/check.svg"); + content: url("../../../Assets/Icons/check_white.svg"); place-content: flex-start; display: grid; width: 16px;