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; }