add styles to weather page

This commit is contained in:
2017-01-18 00:33:30 -08:00
parent 6714a949dd
commit 30af94b390
4 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ var WeatherForm = React.createClass({
<div>
<form onSubmit={this.onFormSubmit}>
<input type="text" ref="location"/>
<button>Get Weather</button>
<button className="button expanded hollow">Get Weather</button>
</form>
</div>
);