Skip to content

Commit

Permalink
ui: Change the create button to buttonPrimary
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengYanJin committed Apr 29, 2021
1 parent f2a7471 commit 8f058a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/containers/CreateVolume.js
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ const CreateVolume = (props) => {
<Button
text={intl.translate('create')}
type="submit"
variant={'buttonSecondary'}
variant={'buttonPrimary'}
disabled={!dirty || !isEmpty(errors)}
data-cy="submit-create-volume"
/>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/containers/NodeCreateForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ const NodeCreateForm = () => {
/>
<Button
text={intl.translate('create')}
variant={'buttonSecondary'}
variant={'buttonPrimary'}
type="submit"
disabled={
!dirty ||
Expand Down

0 comments on commit 8f058a9

Please sign in to comment.