Skip to content

Commit

Permalink
Color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Jun 26, 2024
1 parent a2336bd commit 4aee657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Hooks.once("init", async function () {});
const COLORS = {
GREEN: "#ADFF2F",
RED: "#ff0000",
PURPLE: "#800080",
PURPLE: "#9370DB",
WHITE: "#FFFFFF",
};
Hooks.once("ready", async function () {
Expand Down

0 comments on commit 4aee657

Please sign in to comment.