diff --git a/src/front/Components/DesignSystem/Switch/classes.module.scss b/src/front/Components/DesignSystem/Switch/classes.module.scss index 9639f5cc..c900ab5e 100644 --- a/src/front/Components/DesignSystem/Switch/classes.module.scss +++ b/src/front/Components/DesignSystem/Switch/classes.module.scss @@ -1,6 +1,8 @@ .root { display: flex; gap: 16px; + cursor: pointer; + width: fit-content; .switch-container { position: relative; width: 46px;