From 6e9e9bc46cbad51ec261f76892f5fb28182b6ced Mon Sep 17 00:00:00 2001 From: Tzipi <101048005+Tzipi-kaltura@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:32:52 +0300 Subject: [PATCH] fix(ADA-1689): [Strategic Blue / University of Sheffield] - highlight search text within the video (#219) Issue: when you search in the text box, the strings that match to the search text have orange background and the text is white. it doesn't have good contrast Fix: change text color to black solves ADA-1689 --- src/components/caption/caption.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/caption/caption.scss b/src/components/caption/caption.scss index 297180a..c798026 100644 --- a/src/components/caption/caption.scss +++ b/src/components/caption/caption.scss @@ -58,7 +58,7 @@ } } .highlight-search { - color: $secondary-text-contrast-color; + color: $tone-8-color; background-color: $secondary-color; border-radius: 2px; &::selection {