Skip to content

Commit

Permalink
[frontend] Change the color of the 'create' button in Observable (#8910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwendoline-FAVRE-FELIX authored and richard-julien committed Nov 7, 2024
1 parent c25740e commit 80a4b65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ const StixCyberObservableCreation = ({
</Button>
<Button
variant={contextual ? 'text' : 'contained'}
color="primary"
color="secondary"
onClick={submitForm}
disabled={isSubmitting}
classes={{ root: classes.button }}
Expand Down

0 comments on commit 80a4b65

Please sign in to comment.