@@ -7,19 +7,19 @@ exports[`Borderless Button renders 1`] = `
77align - items :center ;
88position :relative ;
99font - weight :500 ;
10- font - size :14 px ;
10+ font - size :12 px ;
1111white - space :nowrap ;
1212word - break :keep - all ;
1313cursor :pointer ;
1414pointer - events :auto ;
15- padding :8 px ;
15+ padding :4 px 12 px ;
1616transition :all 150ms ;
1717background - color :rgba (255 ,255 ,255 ,0.0 );
1818color : #00AB44 ;
1919border - width : 1px ;
2020border - style :solid ;
2121border - color :rgba (255 ,255 ,255 ,0.0 );
22- border - radius :4 px ;
22+ border - radius :2 px ;
2323box - sizing :border - box ;
2424text - decoration :none ;
2525}
@@ -56,8 +56,8 @@ exports[`Borderless Button renders 1`] = `
5656}
5757
5858.c0.c0 .button-icon{
59- height :16 px ;
60- width :16 px ;
59+ height :14 px ;
60+ width :14 px ;
6161fill : #00AB44 ;
6262}
6363
@@ -79,7 +79,8 @@ exports[`Borderless Button renders 1`] = `
7979class = " c0"
8080colors = " [object Object]"
8181flavour = " borderless"
82- padding = " 2"
82+ padding = " 1,3"
83+ round = " 0.5"
8384texttransform = " firstLetter"
8485>
8586 <span >
@@ -95,19 +96,19 @@ exports[`Button states renders loading icon 1`] = `
9596align - items :center ;
9697position :relative ;
9798font - weight :500 ;
98- font - size :14 px ;
99+ font - size :12 px ;
99100white - space :nowrap ;
100101word - break :keep - all ;
101102cursor :pointer ;
102103pointer - events :auto ;
103- padding :8 px ;
104+ padding :4 px 12 px ;
104105transition :all 150ms ;
105106background - color : #00AB44 ;
106107color : #F6F7F7 ;
107108border - width : 1px ;
108109border - style :solid ;
109110border - color : #00AB44 ;
110- border - radius :4 px ;
111+ border - radius :2 px ;
111112box - sizing :border - box ;
112113text - decoration :none ;
113114}
@@ -144,8 +145,8 @@ exports[`Button states renders loading icon 1`] = `
144145}
145146
146147.c0.c0 .button-icon{
147- height :16 px ;
148- width :16 px ;
148+ height :14 px ;
149+ width :14 px ;
149150fill : #F6F7F7 ;
150151}
151152
@@ -180,7 +181,8 @@ exports[`Button states renders loading icon 1`] = `
180181<button
181182class = " c0"
182183colors = " [object Object]"
183- padding = " 2"
184+ padding = " 1,3"
185+ round = " 0.5"
184186texttransform = " firstLetter"
185187>
186188 <svg
@@ -216,19 +218,19 @@ exports[`Button states renders only icon 1`] = `
216218align - items :center ;
217219position :relative ;
218220font - weight :500 ;
219- font - size :14 px ;
221+ font - size :12 px ;
220222white - space :nowrap ;
221223word - break :keep - all ;
222224cursor :pointer ;
223225pointer - events :auto ;
224- padding :8 px ;
226+ padding :4 px 12 px ;
225227transition :all 150ms ;
226228background - color :rgba (255 ,255 ,255 ,0.0 );
227229color : #00AB44 ;
228230border - width : 1px ;
229231border - style :solid ;
230232border - color : #00AB44 ;
231- border - radius :4 px ;
233+ border - radius :2 px ;
232234box - sizing :border - box ;
233235text - decoration :none ;
234236}
@@ -265,8 +267,8 @@ exports[`Button states renders only icon 1`] = `
265267}
266268
267269.c0.c0 .button-icon{
268- height :16 px ;
269- width :16 px ;
270+ height :14 px ;
271+ width :14 px ;
270272fill : #00AB44 ;
271273}
272274
@@ -305,7 +307,8 @@ exports[`Button states renders only icon 1`] = `
305307class = " c0"
306308colors = " [object Object]"
307309flavour = " hollow"
308- padding = " 2"
310+ padding = " 1,3"
311+ round = " 0.5"
309312texttransform = " firstLetter"
310313>
311314 <div
@@ -346,7 +349,7 @@ exports[`Button states renders smaller only icon 1`] = `
346349border - width : 1px ;
347350border - style :solid ;
348351border - color : #00AB44 ;
349- border - radius :4 px ;
352+ border - radius :2 px ;
350353box - sizing :border - box ;
351354text - decoration :none ;
352355}
@@ -383,8 +386,8 @@ exports[`Button states renders smaller only icon 1`] = `
383386}
384387
385388.c0.c0 .button-icon{
386- height :16 px ;
387- width :16 px ;
389+ height :14 px ;
390+ width :14 px ;
388391fill : #00AB44 ;
389392}
390393
@@ -424,6 +427,7 @@ exports[`Button states renders smaller only icon 1`] = `
424427colors = " [object Object]"
425428flavour = " hollow"
426429padding = " 1,3"
430+ round = " 0.5"
427431texttransform = " firstLetter"
428432>
429433 <div
@@ -452,19 +456,19 @@ exports[`Default Button renders 1`] = `
452456align - items :center ;
453457position :relative ;
454458font - weight :500 ;
455- font - size :14 px ;
459+ font - size :12 px ;
456460white - space :nowrap ;
457461word - break :keep - all ;
458462cursor :pointer ;
459463pointer - events :auto ;
460- padding :8 px ;
464+ padding :4 px 12 px ;
461465transition :all 150ms ;
462466background - color : #00AB44 ;
463467color : #F6F7F7 ;
464468border - width : 1px ;
465469border - style :solid ;
466470border - color : #00AB44 ;
467- border - radius :4 px ;
471+ border - radius :2 px ;
468472box - sizing :border - box ;
469473text - decoration :none ;
470474}
@@ -497,8 +501,8 @@ exports[`Default Button renders 1`] = `
497501}
498502
499503.c0.c0 .button-icon{
500- height :16 px ;
501- width :16 px ;
504+ height :14 px ;
505+ width :14 px ;
502506fill : #F6F7F7 ;
503507}
504508
@@ -519,7 +523,8 @@ exports[`Default Button renders 1`] = `
519523<button
520524class = " c0"
521525colors = " [object Object]"
522- padding = " 2"
526+ padding = " 1,3"
527+ round = " 0.5"
523528texttransform = " fullWidth"
524529>
525530 <span >
@@ -535,19 +540,19 @@ exports[`Hollow Button renders 1`] = `
535540align - items :center ;
536541position :relative ;
537542font - weight :500 ;
538- font - size :14 px ;
543+ font - size :12 px ;
539544white - space :nowrap ;
540545word - break :keep - all ;
541546cursor :pointer ;
542547pointer - events :auto ;
543- padding :8 px ;
548+ padding :4 px 12 px ;
544549transition :all 150ms ;
545550background - color :rgba (255 ,255 ,255 ,0.0 );
546551color : #00AB44 ;
547552border - width : 1px ;
548553border - style :solid ;
549554border - color : #00AB44 ;
550- border - radius :4 px ;
555+ border - radius :2 px ;
551556box - sizing :border - box ;
552557text - decoration :none ;
553558}
@@ -584,8 +589,8 @@ exports[`Hollow Button renders 1`] = `
584589}
585590
586591.c0.c0 .button-icon{
587- height :16 px ;
588- width :16 px ;
592+ height :14 px ;
593+ width :14 px ;
589594fill : #00AB44 ;
590595}
591596
@@ -607,7 +612,8 @@ exports[`Hollow Button renders 1`] = `
607612class = " c0"
608613colors = " [object Object]"
609614flavour = " hollow"
610- padding = " 2"
615+ padding = " 1,3"
616+ round = " 0.5"
611617texttransform = " firstLetter"
612618>
613619 <span >