Skip to content

Commit

Permalink
fix(youtube/theme): revert comment box background color hook (ReVance…
Browse files Browse the repository at this point in the history
…d#210)

This reverts commit f8cb38e.
  • Loading branch information
oSumAtrIX committed Nov 14, 2022
1 parent 06c5a9b commit 197f003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static int applyLithoTheme(int originalValue) {
var isDarkTheme = ThemeHelper.isDarkTheme();

if ((isDarkTheme && anyEquals(originalValue, DARKCONSTANTS)) || (!isDarkTheme && anyEquals(originalValue, WHITECONSTANTS)))
return -16777215;
return 0;
return originalValue;
}

Expand Down

0 comments on commit 197f003

Please sign in to comment.