Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 197f003

Browse files
authored
fix(youtube/theme): revert comment box background color hook (#210)
This reverts commit f8cb38e.
1 parent 06c5a9b commit 197f003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/app/revanced/integrations/patches/LithoThemePatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static int applyLithoTheme(int originalValue) {
2525
var isDarkTheme = ThemeHelper.isDarkTheme();
2626

2727
if ((isDarkTheme && anyEquals(originalValue, DARKCONSTANTS)) || (!isDarkTheme && anyEquals(originalValue, WHITECONSTANTS)))
28-
return -16777215;
28+
return 0;
2929
return originalValue;
3030
}
3131

0 commit comments

Comments
 (0)