Skip to content

Commit

Permalink
Change-submit-button-style (#976)
Browse files Browse the repository at this point in the history
* UI/UX improvement. Changed buttons type for create task / upload model
  • Loading branch information
mmarkelov authored and bsekachev committed Dec 18, 2019
1 parent 4c72bc3 commit 728a51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default class CreateModelContent extends React.PureComponent<Props> {
</Col>
<Col span={6}>
<Button
type='danger'
type='primary'
disabled={loading}
loading={loading}
onClick={this.handleSubmitClick}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default class CreateTaskContent extends React.PureComponent<Props, State>
<Button
loading={loading}
disabled={loading}
type='danger'
type='primary'
onClick={this.handleSubmitClick}
>
Submit
Expand Down

0 comments on commit 728a51c

Please sign in to comment.