@@ -16,20 +16,20 @@ Basic.args = { children: 'Label' };
1616
1717export const All = ( ) => (
1818 < >
19- < Button appearance = "primary" > Primary</ Button >
20- < Button appearance = "secondary" > Secondary</ Button >
21- < Button appearance = "tertiary" > Tertiary</ Button >
22- < Button appearance = "outline" > Outline</ Button >
23- < Button appearance = "primaryOutline" > Outline primary</ Button >
24- < Button appearance = "secondaryOutline" > Outline secondary</ Button >
25- < div style = { { background : 'grey' , display : 'inline-block' } } >
26- < Button appearance = "inversePrimary" > Primary inverse</ Button >
19+ < div style = { { display : 'flex' , gap : 16 , padding : 32 } } >
20+ < Button appearance = "primary" > Primary</ Button >
21+ < Button appearance = "secondary" > Secondary</ Button >
22+ < Button appearance = "tertiary" > Tertiary</ Button >
23+ < Button appearance = "outline" > Outline</ Button >
24+ < Button appearance = "primaryOutline" > Outline primary</ Button >
25+ < Button appearance = "secondaryOutline" > Outline secondary</ Button >
2726 </ div >
28- < div style = { { background : 'grey' , display : 'inline-block' } } >
27+ < div style = { { background : '#333333' , display : 'flex' , gap : 16 , padding : 32 } } >
28+ < Button appearance = "inversePrimary" > Primary inverse</ Button >
2929 < Button appearance = "inverseSecondary" > Secondary inverse</ Button >
30- </ div >
31- < div style = { { background : 'grey' , display : 'inline-block' } } >
3230 < Button appearance = "inverseOutline" > Outline inverse</ Button >
31+ < Button appearance = "inverse" > Inverse</ Button >
32+ < Button appearance = "inverseNoChrome" > No Chrome Inverse</ Button >
3333 </ div >
3434 </ >
3535) ;
0 commit comments