mirror of
https://github.com/Raghu-Ch/ReactWeather.git
synced 2026-02-13 12:03:01 -05:00
add styles to weather page
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user