Skip to content

Commit

Permalink
Update autoColorRing.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ authored Aug 16, 2024
1 parent 4968dc8 commit 95c5d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/autoColorRing.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function autoColorRing() {
] ?? COLORS.WHITE
);
},
custom: (_token, type) => getSetting(this, "custom-color", type),
custom: (_token, type) => Color.fromString(getSetting(this, "custom-color", type)?? COLORS.WHITE),
};

//Ring Color Set
Expand Down

0 comments on commit 95c5d62

Please sign in to comment.