From 9803775aa117a8527e81c1fcdc87ea3c8e1d2c4f Mon Sep 17 00:00:00 2001 From: silverpill Date: Tue, 14 Jun 2022 23:18:05 +0000 Subject: [PATCH] Use default text color for token balance --- src/components/Subscription.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/Subscription.vue b/src/components/Subscription.vue index 574a77b..c6d07ff 100644 --- a/src/components/Subscription.vue +++ b/src/components/Subscription.vue @@ -431,18 +431,15 @@ async function onCancelSubscription() { .payment-amount { font-size: 16px; + font-weight: bold; margin-bottom: $input-padding / 2; - - label { - font-weight: bold; - } } .token-balance { color: $secondary-text-color; &.error { - color: $error-color; + color: $text-color; } }