Skip to content

Commit

Permalink
dark-matter default
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Dec 6, 2023
1 parent 7d7ad35 commit 4a0d994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/src/map-style-updaters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export type MapStyle = {

const getDefaultState = (): MapStyle => {
const visibleLayerGroups = {};
const styleType = 'dark';
const styleType = 'dark-matter';
const topLayerGroups = {};

return {
Expand Down

0 comments on commit 4a0d994

Please sign in to comment.