From 0de0c7f2afee275435e8c04d34e0d23921d01c10 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Fri, 29 Sep 2023 17:29:59 +0200 Subject: [PATCH] :bug: Bouton radio qui louche --- .../Components/DesignSystem/RadioBox/classes.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/front/Components/DesignSystem/RadioBox/classes.module.scss b/src/front/Components/DesignSystem/RadioBox/classes.module.scss index 5052b70f..a464e51e 100644 --- a/src/front/Components/DesignSystem/RadioBox/classes.module.scss +++ b/src/front/Components/DesignSystem/RadioBox/classes.module.scss @@ -23,8 +23,8 @@ input[type="radio"]::before { content: ""; - width: 10px; - height: 10px; + width: 11px; + height: 11px; background-color: $turquoise-flash; border-radius: 100px; transform: scale(0);