diff --git a/src/front/Components/DesignSystem/RadioBox/classes.module.scss b/src/front/Components/DesignSystem/RadioBox/classes.module.scss index da7efcac..5052b70f 100644 --- a/src/front/Components/DesignSystem/RadioBox/classes.module.scss +++ b/src/front/Components/DesignSystem/RadioBox/classes.module.scss @@ -9,13 +9,14 @@ input[type="radio"] { appearance: none; background-color: transparent; - width: 16px; - height: 16px; + width: 15px; + height: 15px; border: 1px solid $turquoise-flash; border-radius: 100px; margin-right: 16px; - display: grid; - place-content: center; + display: flex; + align-items: center; + justify-content: center; margin-top: auto; margin-bottom: auto; }