From 7671d8d410e89cb7b9444e393e9701369910fb8c Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 10 Sep 2024 14:36:03 -0400 Subject: [PATCH] CSR-2179: correct wrong font weight --- src/layouts/payment-method/payment-method.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index cc720cffc..7c9e96650 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -768,7 +768,7 @@ export default { } .questions-about-service { .service-questions { - font-weight: $font-weight-bold; + font-weight: 600; } } .cart {