mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-29 13:20:19 +02:00
fix(YouTube - Theme): Light theme not applied to some components
This commit is contained in:
parent
62ca42b269
commit
305eba75cd
@ -15,7 +15,7 @@ public class DrawableColorPatch {
|
|||||||
};
|
};
|
||||||
|
|
||||||
private static final int[] LIGHT_COLORS = {
|
private static final int[] LIGHT_COLORS = {
|
||||||
0xFFFF, // comments chip background
|
-1, // comments chip background
|
||||||
0xFFF9F9F9, // music related results panel background
|
0xFFF9F9F9, // music related results panel background
|
||||||
0xFAFFFFFF, // video chapters list background
|
0xFAFFFFFF, // video chapters list background
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user