|
@@ -23,7 +23,7 @@ function PdfPreviewError({ error }: { error: string }) {
|
|
|
components={[
|
|
components={[
|
|
|
// eslint-disable-next-line react/jsx-key
|
|
// eslint-disable-next-line react/jsx-key
|
|
|
<OLButton
|
|
<OLButton
|
|
|
- variant="info"
|
|
|
|
|
|
|
+ variant="primary"
|
|
|
size="sm"
|
|
size="sm"
|
|
|
onClick={() => startCompile()}
|
|
onClick={() => startCompile()}
|
|
|
/>,
|
|
/>,
|
|
@@ -281,7 +281,7 @@ function TimedOutLogEntry() {
|
|
|
components={[
|
|
components={[
|
|
|
// eslint-disable-next-line react/jsx-key
|
|
// eslint-disable-next-line react/jsx-key
|
|
|
<OLButton
|
|
<OLButton
|
|
|
- variant="info"
|
|
|
|
|
|
|
+ variant="primary"
|
|
|
size="sm"
|
|
size="sm"
|
|
|
onClick={handleEnableStopOnFirstErrorClick}
|
|
onClick={handleEnableStopOnFirstErrorClick}
|
|
|
/>,
|
|
/>,
|