Pointer over the set location to seem buttonish

This commit is contained in:
Matilde Park 2019-08-01 13:33:32 -04:00
parent 80dea066d6
commit b62eaa859e

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: "default"}}>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>
));
}