Update call lobby UI to match new designs
This commit is contained in:
parent
50c4fa06cc
commit
763c35e546
26 changed files with 857 additions and 435 deletions
|
@ -19,6 +19,7 @@ story.add('Kitchen sink', () => (
|
|||
ButtonVariant.SecondaryAffirmative,
|
||||
ButtonVariant.SecondaryDestructive,
|
||||
ButtonVariant.Destructive,
|
||||
ButtonVariant.Calling,
|
||||
].map(variant => (
|
||||
<React.Fragment key={variant}>
|
||||
<p>
|
||||
|
@ -50,3 +51,9 @@ story.add('aria-label', () => (
|
|||
onClick={action('onClick')}
|
||||
/>
|
||||
));
|
||||
|
||||
story.add('Custom styles', () => (
|
||||
<Button onClick={action('onClick')} style={{ transform: 'rotate(5deg)' }}>
|
||||
Hello world
|
||||
</Button>
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue