mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
8f63e21026
commit
57fb1545e4
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ function PdfCompileButtonInner({
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
className="btn-recompile"
|
className="btn-recompile"
|
||||||
bsStyle="success"
|
bsStyle="primary"
|
||||||
onClick={() => startCompile()}
|
onClick={() => startCompile()}
|
||||||
aria-label={compileButtonLabel}
|
aria-label={compileButtonLabel}
|
||||||
disabled={compiling}
|
disabled={compiling}
|
||||||
|
|
|
@ -50,7 +50,7 @@ function PdfCompileButton() {
|
||||||
'btn-recompile': true,
|
'btn-recompile': true,
|
||||||
'btn-recompile-animate': animateCompileDropdownArrow,
|
'btn-recompile-animate': animateCompileDropdownArrow,
|
||||||
})}
|
})}
|
||||||
bsStyle="success"
|
bsStyle="primary"
|
||||||
onAnimationEnd={() => {
|
onAnimationEnd={() => {
|
||||||
setAnimateCompileDropdownArrow(false)
|
setAnimateCompileDropdownArrow(false)
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue