Skip to content

Commit

Permalink
Switch back to contained main button for Run actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Feb 17, 2025
1 parent 8609641 commit c72e763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/AlignmentCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ function _ModelTestButton({ alignment }) {
}
return (
<Button
variant='outlined'
style={{ marginLeft: 10 }}
variant="contained"
loading={alignment.modeltestLoading}
loadingPosition="end"
onClick={alignment.runModelTest}
Expand Down
2 changes: 1 addition & 1 deletion src/app/Raxml.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Raxml extends React.Component {
</Button>
) : null}
<Button
variant="outlined"
variant="contained"
loading={run.running}
loadingPosition="end"
disabled={run.startDisabled}
Expand Down

0 comments on commit c72e763

Please sign in to comment.