Skip to content

Commit

Permalink
Fix issues with 0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Aug 16, 2024
1 parent ebd8d74 commit 763d412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const COLORS = {
"-3": "#aae1e0",
"-2": "#97e4ad",
"-1": "#ace883",
0: "#eee16e",
"0": "#eee16e",
"+1": "#dc9251",
"+2": "#ba3f39",
"+3": "#751575",
Expand Down

0 comments on commit 763d412

Please sign in to comment.