Skip to content

Commit

Permalink
Update color
Browse files Browse the repository at this point in the history
  • Loading branch information
denesj authored Jun 11, 2024
1 parent 80446c1 commit 8d2f0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/map.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { compileTemplate } from '@vue/compiler-sfc';
const MAP = path.join(__dirname, 'map.svg');
let handle;

const scale = chroma.scale(['#E3BADF', '#6949df', '#1D122B']).domain([0, 100]);
const scale = chroma.scale(['#E3BADF', '#43398C', '#1D122B']).domain([0, 100]);

async function renderSvg() {
const states = await getStates(false);
Expand Down

0 comments on commit 8d2f0f0

Please sign in to comment.