From 0ac97906b6c14b91dccd4d9c70da001bb676433e Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 1 Dec 2023 21:34:34 +0200 Subject: [PATCH] fix grinch color --- files/helpers/config/awards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 07524f5681..98c11d98b5 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -84,7 +84,7 @@ AWARDS = { "title": "Grinch", "description": "???", "icon": "fas fa-angry", - "color": "text-green-500", + "color": "text-orange", "price": 100, "deflectable": True, "cosmetic": False,