Skip to content

Commit

Permalink
Refactor/rename constraint button (#5260) (#5262)
Browse files Browse the repository at this point in the history
Patch constraint button to 5.6
  • Loading branch information
FredrikOseberg committed Nov 3, 2023
1 parent b3d68d6 commit 50fd802
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -63,11 +63,11 @@ export const ConstraintAccordionEditBody: React.FC<IConstraintAccordionBody> =
<StyledLeftButton
type='button'
onClick={onSubmit}
variant='contained'
variant='outlined'
color='primary'
data-testid='CONSTRAINT_SAVE_BUTTON'
>
Save
Done
</StyledLeftButton>
<StyledRightButton
onClick={() => {
Expand Down

0 comments on commit 50fd802

Please sign in to comment.