Skip to content

Commit

Permalink
fix(ADA-1689): [Strategic Blue / University of Sheffield] - highlight…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
Tzipi-kaltura authored Sep 16, 2024
1 parent 78dc003 commit 6e9e9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/caption/caption.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
}
.highlight-search {
color: $secondary-text-contrast-color;
color: $tone-8-color;
background-color: $secondary-color;
border-radius: 2px;
&::selection {
Expand Down

0 comments on commit 6e9e9bc

Please sign in to comment.