From 8216b5060c03b3694d9d43449eddad6d9d7a9b25 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Thu, 28 Sep 2023 13:36:32 +0200 Subject: [PATCH] :sparkles: Fixing check on rules --- src/front/Assets/Icons/check_white.svg | 3 +++ src/front/Components/DesignSystem/CheckBox/classes.module.scss | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 src/front/Assets/Icons/check_white.svg 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;