mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-06-12 05:07:37 +02:00
fix(youtube/theme): revert comment box background color hook (#210)
This reverts commit f8cb38e57a
.
This commit is contained in:
@ -25,7 +25,7 @@ public class LithoThemePatch {
|
||||
var isDarkTheme = ThemeHelper.isDarkTheme();
|
||||
|
||||
if ((isDarkTheme && anyEquals(originalValue, DARKCONSTANTS)) || (!isDarkTheme && anyEquals(originalValue, WHITECONSTANTS)))
|
||||
return -16777215;
|
||||
return 0;
|
||||
return originalValue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user