Alexandru Cambose 3 hónapja
szülő
commit
63f56f0279

+ 2 - 3
packages/component-library/src/SingleToggleGroup/index.module.scss

@@ -20,7 +20,7 @@
       transition-duration: 100ms;
       transition-timing-function: linear;
     }
-    
+
     &[data-rounded] {
       border-radius: theme.border-radius("full");
 
@@ -28,7 +28,7 @@
         border-radius: theme.border-radius("full");
       }
     }
-    
+
     &[data-selected] {
       color: theme.color("button", "solid", "foreground");
       pointer-events: none;
@@ -46,7 +46,6 @@
           );
         }
 
-
         &[data-pressed] .bubble {
           background-color: theme.color(
             "button",