UI: Fix incorrect OBSTheme definition for highlighted text color

This commit is contained in:
Matt Gajownik
2021-08-01 20:50:34 +10:00
committed by Jim
parent e03aeb9bfd
commit 6e6263b185
3 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ OBSTheme {
shadow: rgb(35, 38, 41); /* Dark Gray */
highlight: rgb(98, 238, 255); /* Light Cyan (Primary Light) */
highlightText: rgb(0,0,0);
highlightedText: rgb(0,0,0);
link: rgb(98, 238, 255); /* Light Cyan (Primary Light) */
linkVisited: rgb(98, 238, 255); /* Light Cyan (Primary Light) */
@@ -74,7 +74,7 @@ OBSTheme::disabled {
OBSTheme::inactive {
highlight: rgb(0, 188, 212); /* Cyan (Primary) */
highlightText: rgb(239, 240, 241); /* White */
highlightedText: rgb(239, 240, 241); /* White */
}