fix(YouTube - Theme): Light theme not applied to some components

This commit is contained in:
inotia00 2025-01-22 17:19:36 +09:00
parent 62ca42b269
commit 305eba75cd

View File

@ -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
}; };