From fed824f7052a971a8f40b55ebc2c3937953b3af2 Mon Sep 17 00:00:00 2001 From: negue Date: Sat, 11 Feb 2023 17:49:36 +0100 Subject: [PATCH] fix color of gem price --- website/client/src/components/shops/gemPrice.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/src/components/shops/gemPrice.vue b/website/client/src/components/shops/gemPrice.vue index 0fbc6667c6..93a29eb515 100644 --- a/website/client/src/components/shops/gemPrice.vue +++ b/website/client/src/components/shops/gemPrice.vue @@ -35,7 +35,7 @@ export default { font-weight: bold; line-height: 1.4; - color: $gray-50; + color: $green-10; } .gem-price-div {