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);