From 18feeccab9f7eea72885830c640d57b92868d366 Mon Sep 17 00:00:00 2001 From: dkmyta <43220201+dkmyta@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:58:56 -0700 Subject: [PATCH] Update projects/plugins/protect/src/js/routes/firewall/styles.module.scss Co-authored-by: Nate Weller --- .../plugins/protect/src/js/routes/firewall/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/plugins/protect/src/js/routes/firewall/styles.module.scss b/projects/plugins/protect/src/js/routes/firewall/styles.module.scss index 5e73699fd4ec6..868021d3def68 100644 --- a/projects/plugins/protect/src/js/routes/firewall/styles.module.scss +++ b/projects/plugins/protect/src/js/routes/firewall/styles.module.scss @@ -225,7 +225,7 @@ icon-tooltip { } &__content { - color: #3C434A; + color: var( --jp-gray-70 ); font-weight: 400; line-height: 24px; }