🐛 Forgot cursor pointer on switches

This commit is contained in:
Maxime Lalo 2023-07-26 14:34:44 +02:00
parent 56a689c46d
commit 00f1928f43

View File

@ -1,6 +1,8 @@
.root {
display: flex;
gap: 16px;
cursor: pointer;
width: fit-content;
.switch-container {
position: relative;
width: 46px;