Default to night bg

This commit is contained in:
Tom Russell 2018-09-27 21:37:32 +01:00
parent 322a976f7a
commit 381a378870

View File

@ -15,7 +15,7 @@ class ColouringMap extends Component {
constructor(props) { constructor(props) {
super(props); super(props);
this.state = { this.state = {
theme: 'light', theme: 'night',
lat: 51.5245255, lat: 51.5245255,
lng: -0.1338422, lng: -0.1338422,
zoom: 16 zoom: 16