Skip to content

Commit

Permalink
(chore) update color schema name
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaiey committed Sep 27, 2022
1 parent fc6e454 commit 746d50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/domain/color-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const COLOR_SCHEMA_CHEYSSON = [

export const COLOR_SCHEMA_MAP = {
none: undefined,
zvv: COLOR_SCHEMA_ZVV,
default: COLOR_SCHEMA_ZVV,
cheysson: COLOR_SCHEMA_CHEYSSON,
chalk: COLOR_SCHEMA_TEST,
} as const;
Expand Down
2 changes: 1 addition & 1 deletion website/src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const defaultOptions: Options = {
year: "2022",
simplify: 0,
shapes: new Set<Shape>(["country", "cantons", "lakes"]),
color: "zvv",
color: "default",
withName: true,
};

Expand Down

0 comments on commit 746d50f

Please sign in to comment.