Open soggybag opened 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.
updated the Stylesheet
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.