Skip to content

Commit

Permalink
Make cancel button color neutral
Browse files Browse the repository at this point in the history
  • Loading branch information
flacial committed Dec 11, 2022
1 parent dd801f8 commit 8628608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ExerciseReportCard/ExerciseReportCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ const Body = ({
</Button>
<Button
outline
btnType="info"
color="info"
btnType="mute"
color="mute"
onClick={() => setReportMode(false)}
>
Cancel
Expand Down

0 comments on commit 8628608

Please sign in to comment.