Seem a bit more tile-like.

This commit is contained in:
Matilde Park 2019-08-01 13:32:51 -04:00
parent 8042bce45b
commit 80dea066d6
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}}>Set location</p>
<p className="absolute w-100 flex-col body-regular white" style={{verticalAlign: "bottom", bottom: 8, left: 8, cursor: "default"}}>Set location</p>
</div>
));
}