From b566cb6685213f4f2508ba65d9b726eaa4a96d00 Mon Sep 17 00:00:00 2001 From: William Grant Date: Mon, 17 Oct 2022 09:37:15 +1100 Subject: [PATCH] fix: qa feedback - improve text-highlight text color for seed modal --- stylesheets/_session.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index 4da5001b7..6e3985eef 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -313,7 +313,7 @@ label { &__text-highlight { @include text-highlight(var(--primary-color)); - color: var(--modal-text-color); + color: var(--black-color); font-family: monospace; font-style: normal;