Merge pull request #9980 from overleaf/mj-recompile-button-colour

[web] use bsStyle primary for recompile button group

GitOrigin-RevId: 6876f2bbfae6270d059f15c8b25af866b54d1e61
This commit is contained in:
Alf Eaton 2022-10-18 09:45:56 +01:00 committed by Copybot
parent 8f63e21026
commit 57fb1545e4
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ function PdfCompileButtonInner({
>
<Button
className="btn-recompile"
bsStyle="success"
bsStyle="primary"
onClick={() => startCompile()}
aria-label={compileButtonLabel}
disabled={compiling}

View file

@ -50,7 +50,7 @@ function PdfCompileButton() {
'btn-recompile': true,
'btn-recompile-animate': animateCompileDropdownArrow,
})}
bsStyle="success"
bsStyle="primary"
onAnimationEnd={() => {
setAnimateCompileDropdownArrow(false)
}}