mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02: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:
@@ -33,7 +33,7 @@ function PdfCompileButtonInner({
|
||||
>
|
||||
<Button
|
||||
className="btn-recompile"
|
||||
bsStyle="success"
|
||||
bsStyle="primary"
|
||||
onClick={() => startCompile()}
|
||||
aria-label={compileButtonLabel}
|
||||
disabled={compiling}
|
||||
|
||||
@@ -50,7 +50,7 @@ function PdfCompileButton() {
|
||||
'btn-recompile': true,
|
||||
'btn-recompile-animate': animateCompileDropdownArrow,
|
||||
})}
|
||||
bsStyle="success"
|
||||
bsStyle="primary"
|
||||
onAnimationEnd={() => {
|
||||
setAnimateCompileDropdownArrow(false)
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user