1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-24 15:11:40 +00:00

改善:Login/Register部分のデザイン

This commit is contained in:
Rokt33r
2015-07-29 02:40:27 +09:00
parent 714b5f7b4b
commit 0ac7839f11
6 changed files with 28 additions and 24 deletions

View File

@@ -47,7 +47,7 @@ module.exports = React.createClass({
<input className='stripInput' valueLink={this.linkState('password')} onChange={this.handleChange} type='password' placeholder='Password'/>
</div>
<div className='form-group'>
<button className='btn-primary' type='submit'>Log In</button>
<button className='logInButton' type='submit'>Log In</button>
</div>
</form>
</div>