From fc0154a050f8efb167cf73e89fcf8dd42512a426 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Sat, 15 Aug 2020 13:59:15 +0200 Subject: [PATCH] :beetle: Fix label color --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 78f3ac7..08d96cc 100644 --- a/index.js +++ b/index.js @@ -25,7 +25,7 @@ try { } if (color != '') { - description.labelColor = color; + description.color = color; } if (isError != '') {