Skip to content

Commit 9b32ab7

Browse files
pganesh-apphelixpapphelix
authored andcommitted
fix: change button variant in release notes form for improved visual hierarchy
1 parent 88b73a2 commit 9b32ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/release-notes/update-form/ReleaseNoteForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ const ReleaseNoteForm = ({
337337
{intl.formatMessage(messages.cancelButton)}
338338
</Button>
339339
<StatefulButton
340-
variant="danger"
340+
variant="primary"
341341
onClick={handleSubmit}
342342
type="submit"
343343
state={buttonState}

0 commit comments

Comments
 (0)