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 cd9f2d4278
commit 069cdce350
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)
}}