Skip to content

Commit

Permalink
feat: update color point
Browse files Browse the repository at this point in the history
  • Loading branch information
monodyle committed Oct 2, 2022
1 parent cb3dcc5 commit 5b40d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
map.addControl(new window.MapboxLanguage({ defaultLanguage: "en" }));
map.on("load", () => {
map.addImage("#50C240", createColorPoint(80, 194, 64, 255));
map.addImage("#50C240", createColorPoint(144, 184, 123, 255));
map.addImage("#F3AE1A", createColorPoint(255, 193, 7, 255));
map.addImage("#C24740", createColorPoint(194, 71, 64, 255));
map.addImage("#BEBEBE", createColorPoint(125, 125, 125, 255));
Expand Down

1 comment on commit 5b40d01

@vercel
Copy link

@vercel vercel bot commented on 5b40d01 Oct 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

saigon-coffee – ./

saigon-coffee-git-main-monodyle.vercel.app
saigon-coffee.vercel.app
saigon-coffee-monodyle.vercel.app

Please sign in to comment.