mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-01 15:31:30 -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) {
|
if (optedIn) {
|
||||||
return (
|
return (
|
||||||
<Button
|
<Button bsStyle={null} className="btn-secondary" onClick={handleDisable}>
|
||||||
bsStyle="secondary"
|
|
||||||
onClick={handleDisable}
|
|
||||||
className="btn btn-secondary"
|
|
||||||
>
|
|
||||||
{t('turn_off')}
|
{t('turn_off')}
|
||||||
</Button>
|
</Button>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue