Merge pull request #701 from colouring-london/feature/default_night_mode
Set night mode as a default
This commit is contained in:
commit
762ae98eda
@ -40,7 +40,7 @@ export const ColouringMap : FC<ColouringMapProps> = ({
|
||||
children
|
||||
}) => {
|
||||
|
||||
const [theme, setTheme] = useState<MapTheme>('light');
|
||||
const [theme, setTheme] = useState<MapTheme>('night');
|
||||
const [position, setPosition] = useState(initialMapViewport.position);
|
||||
const [zoom, setZoom] = useState(initialMapViewport.zoom);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user