@kodaris/krubble-components 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -104,10 +104,10 @@ KRButton.styles = css `
104
104
 
105
105
  /* Sizes */
106
106
  button.small {
107
- font-size: 0.75rem;
107
+ font-size: 13px;
108
108
  height: 28px;
109
109
  line-height: 28px;
110
- padding: 0 10px;
110
+ padding: 0 16px;
111
111
  }
112
112
 
113
113
  button.large {
@@ -490,10 +490,10 @@ KRButton.styles = i$4 `
490
490
 
491
491
  /* Sizes */
492
492
  button.small {
493
- font-size: 0.75rem;
493
+ font-size: 13px;
494
494
  height: 28px;
495
495
  line-height: 28px;
496
- padding: 0 10px;
496
+ padding: 0 16px;
497
497
  }
498
498
 
499
499
  button.large {