Consistent weather label

This commit is contained in:
Matilde Park 2019-08-01 18:33:32 -04:00
parent 4513b78cf4
commit 35d0d2ac88

View File

@ -78,11 +78,10 @@ export default class WeatherTile extends Component {
return this.renderWrapper((
<div>
<p className="gray" style={{
fontWeight: 'bold',
fontSize: 14,
lineHeight: '24px'
}}>Weather</p>
<p className="gray label-regular b absolute"
style={{left: 8, top: 4}}>
Weather
</p>
<div className="w-100 mb2 mt2">
<img
src={'/~weather/img/' + c.icon + '.png'}