Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Commit

Permalink
Change Save button color to match API callers buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrohee committed Nov 21, 2016
1 parent 372dd65 commit 5cb8ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/application/Save/SaveForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const SaveForm = ({link, saveForm, errors, onChange}) => {
<ValidatedFormControl name="link" type="url" placeholder="Sauvegarde pour obtenir le lien" onChange={onChange} value={link} disabled={link.length == 0}/>
<HelpBlock>lien pour modifier ta candidature</HelpBlock>
</FormGroup>
<Button bsStyle="primary" className="save" onClick={saveForm}>Sauvegarder</Button>
<Button bsStyle="success" className="save" onClick={saveForm}>Sauvegarder</Button>
</form>
)
}
Expand Down

0 comments on commit 5cb8ddd

Please sign in to comment.