Browse Source

fix: add spacing

Alexandru Cambose 3 tháng trước cách đây
mục cha
commit
46f86f2a06

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

@@ -20,8 +20,10 @@
       transition-duration: 100ms;
       transition-timing-function: linear;
     }
+    
     &[data-rounded] {
       border-radius: theme.border-radius("full");
+
       .bubble {
         border-radius: theme.border-radius("full");
       }