mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Properly style call buttons across app, when already in a call
This commit is contained in:
@@ -37,6 +37,16 @@ export function KitchenSink(): JSX.Element {
|
||||
{variant}
|
||||
</Button>
|
||||
</p>
|
||||
<p>
|
||||
<Button
|
||||
discouraged
|
||||
onClick={action('onClick')}
|
||||
size={size}
|
||||
variant={variant}
|
||||
>
|
||||
{variant}
|
||||
</Button>
|
||||
</p>
|
||||
</React.Fragment>
|
||||
))}
|
||||
</React.Fragment>
|
||||
|
||||
Reference in New Issue
Block a user