Default to night bg
This commit is contained in:
parent
322a976f7a
commit
381a378870
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user