Skip to content

Commit

Permalink
#3896: Make Cancel button consistent with the others
Browse files Browse the repository at this point in the history
  • Loading branch information
gjvoosten committed Oct 20, 2021
1 parent 3a76b29 commit 54bc46d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/src/components/EditHistory.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,12 @@ function EditHistory({
})}
<div className="submit-buttons">
<div>
<Button onClick={onHide}>Cancel</Button>
<Button
onClick={onHide}
variant="outline-secondary"
>
Cancel
</Button>
</div>
<div>
<Button
Expand Down

0 comments on commit 54bc46d

Please sign in to comment.