Browse Source

Button: fix round button sizes

Leopoldthecoder 7 years ago
parent
commit
88636b948f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/theme-chalk/src/mixins/_button.scss

+ 3 - 0
packages/theme-chalk/src/mixins/_button.scss

@@ -75,4 +75,7 @@
   padding: $padding-vertical $padding-horizontal;
   font-size: $font-size;
   border-radius: $border-radius;
+  &.is-round {
+    padding: $padding-vertical $padding-horizontal;
+  }
 }