Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rhpds/nookbag
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixhub committed Aug 2, 2024
2 parents 523d3d0 + a43f538 commit 7ae8163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export default function () {
</Button>
) : null}
{showSolveBtn(modules[currIndex]) ? (
<Button style={{ marginLeft: 'auto' }} className="lab-actions__solve" onClick={executeSolve}>
<Button style={{ marginLeft: 'auto' }} variant="secondary" className="lab-actions__solve" onClick={executeSolve}>
Solve
</Button>
) : null}
Expand Down

0 comments on commit 7ae8163

Please sign in to comment.