Weather button Indigoify

This commit is contained in:
Matilde Park 2019-08-01 18:32:26 -04:00
parent b62eaa859e
commit 4513b78cf4
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -65,7 +65,7 @@ export default class WeatherTile extends Component {
style={{left: 8, top: 4}}>
Weather
</p>
<p className="absolute w-100 flex-col body-regular white" style={{verticalAlign: "bottom", bottom: 8, left: 8, cursor: "pointer"}}>Set location</p>
<p className="absolute w-100 flex-col body-regular white" style={{verticalAlign: "bottom", bottom: 8, left: 8, cursor: "pointer"}}>-> Set location</p>
</div>
));
}