Skip to content

Commit

Permalink
Merge pull request #1022 from AppQuality/UN-148-change-delete-button-…
Browse files Browse the repository at this point in the history
…style

changed delete button style to isDanger
  • Loading branch information
cannarocks authored Oct 24, 2024
2 parents 7e81749 + ce72610 commit d01638b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Video/components/ObservationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,10 @@ const ObservationForm = ({
<PullRight>
<Button
isBasic
isDanger
disabled={formProps.isSubmitting}
style={{
marginRight: appTheme.space.sm,
color: appTheme.palette.red[500],
}}
onClick={() => {
setIsConfirmationModalOpen(true);
Expand Down

0 comments on commit d01638b

Please sign in to comment.