From 4bc92610fcb3d203406e296bb4f529148cb85db2 Mon Sep 17 00:00:00 2001 From: dkmyta <43220201+dkmyta@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:58:49 -0700 Subject: [PATCH] Update projects/plugins/protect/src/js/components/paid-accordion/styles.module.scss Co-authored-by: Nate Weller --- .../protect/src/js/components/paid-accordion/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/plugins/protect/src/js/components/paid-accordion/styles.module.scss b/projects/plugins/protect/src/js/components/paid-accordion/styles.module.scss index 642ba19c6cc57..8304942b206d4 100644 --- a/projects/plugins/protect/src/js/components/paid-accordion/styles.module.scss +++ b/projects/plugins/protect/src/js/components/paid-accordion/styles.module.scss @@ -150,7 +150,7 @@ } &__content { - color: #3C434A; + color: var( --jp-gray-70 ); font-weight: 400; line-height: 24px; }