Jeffchiucp / Weather-Forecast_React_Redux

MIT License
0 stars 0 forks source link

Might be good to move styles... #10

Open soggybag opened 6 years ago

soggybag commented 6 years ago

https://github.com/Jeffchiucp/Weather-Forecast_React_Redux/blob/2003cfb39f490f97fe15b6e44310c7a96c612c24/src/components/chart/index.js#L12

You're using inline styles here. These might be better as classes in a stylesheet. Or think about moving them to a JS Object below the component definition.

Jeffchiucp commented 6 years ago

updated the Stylesheet