From 381a3788705a73048a2d75cea5a521d727d54fa7 Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Thu, 27 Sep 2018 21:37:32 +0100 Subject: [PATCH] Default to night bg --- app/src/frontend/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/map.js b/app/src/frontend/map.js index 46549fb4..43eff23b 100644 --- a/app/src/frontend/map.js +++ b/app/src/frontend/map.js @@ -15,7 +15,7 @@ class ColouringMap extends Component { constructor(props) { super(props); this.state = { - theme: 'light', + theme: 'night', lat: 51.5245255, lng: -0.1338422, zoom: 16