Skip to content

Commit

Permalink
fix(YouTube - Overlay buttons): Mute Volume button was black when l…
Browse files Browse the repository at this point in the history
…ight theme is enabled
  • Loading branch information
Francesco146 committed Jul 5, 2024
1 parent c4001ea commit ad99667
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<selector android:constantSize="true"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_activated="true">
<bitmap android:src="@drawable/revanced_overlay_button_mute_volume" android:tint="?ytTextPrimary"/>
<bitmap android:src="@drawable/revanced_overlay_button_mute_volume" android:tint="@color/yt_white1"/>
</item>
<item android:state_activated="false">
<bitmap android:src="@drawable/revanced_overlay_button_mute_volume_off" android:tint="?ytTextPrimary"/>
<bitmap android:src="@drawable/revanced_overlay_button_mute_volume_off" android:tint="@color/yt_white1"/>
</item>
</selector>

0 comments on commit ad99667

Please sign in to comment.