From 00f1928f4303e595b0ac9861e5824bbba69b83aa Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Wed, 26 Jul 2023 14:34:44 +0200 Subject: [PATCH] :bug: Forgot cursor pointer on switches --- src/front/Components/DesignSystem/Switch/classes.module.scss | 2 ++ 1 file changed, 2 insertions(+) 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;