mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20202 from overleaf/jdt-labs-widget-button-markup
fixing button style for labs widgets GitOrigin-RevId: d2e8ce9b1efe1bfc0c5a021470b38107d5f1b6b8
This commit is contained in:
parent
e537835718
commit
e039d020a3
1 changed files with 1 additions and 5 deletions
|
@ -111,11 +111,7 @@ function ActionButton({
|
|||
|
||||
if (optedIn) {
|
||||
return (
|
||||
<Button
|
||||
bsStyle="secondary"
|
||||
onClick={handleDisable}
|
||||
className="btn btn-secondary"
|
||||
>
|
||||
<Button bsStyle={null} className="btn-secondary" onClick={handleDisable}>
|
||||
{t('turn_off')}
|
||||
</Button>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue