Skip to content

Commit

Permalink
Update solve btn style
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixhub authored Jul 24, 2024
1 parent c77d496 commit a43f538
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 a43f538

Please sign in to comment.