From 95c5d62912cb173599e82ab42d7e8086a8d4487c Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Fri, 16 Aug 2024 04:35:30 -0400 Subject: [PATCH] Update autoColorRing.js --- scripts/autoColorRing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/autoColorRing.js b/scripts/autoColorRing.js index 4c8921a..78320c6 100644 --- a/scripts/autoColorRing.js +++ b/scripts/autoColorRing.js @@ -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