Skip to content

Commit 47fb372

Browse files
committed
fix: fixed remaining colors and order
1 parent 18ad284 commit 47fb372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/themes/palette.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const chartPalette = {
4242
pink: ["#FBCFE8", "#F9A8D4", "#F472B6", "#EC4899", "#DB2777", "#BE185D"],
4343
},
4444
diverging: {
45-
GO: ["#059669", "#34D399", "#A7F3D0", "#E4D78C", "#EA580C"],
46-
BP: ["#2563EB", "#60A5FA", "#BFDBFE", "#FBCFE8", "#DB2777"],
45+
GO: ["#059669", "#34D399", "#E4D78C", "#FB923C", "#EA580C"],
46+
BP: ["#2563EB", "#60A5FA", "#CEC3DE", "#F472B6", "#DB2777"],
4747
},
4848
};

0 commit comments

Comments
 (0)