Skip to content

Commit

Permalink
Fix tinting of story privacy toolbar action in dark mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal committed Oct 26, 2022
1 parent 9602084 commit 1011e4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions app/src/main/res/drawable-night/ic_compose_tinted_24.xml

This file was deleted.

2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_compose_tinted_24.xml
Expand Up @@ -4,6 +4,6 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@color/signal_icon_tint_primary"
android:fillColor="@color/signal_colorOnSurface"
android:pathData="M21.561,4.561 L19.439,2.439a1.5,1.5 0,0 0,-2.121 0L3.823,15.934a1.5,1.5 0,0 0,-0.394 0.7L2.317,21.076a0.5,0.5 0,0 0,0.607 0.607l4.445,-1.112a1.5,1.5 0,0 0,0.7 -0.394l13.5,-13.495A1.5,1.5 0,0 0,21.561 4.561ZM7.005,19.116l-2.828,0.707L4.884,17l9.772,-9.773 2.122,2.122ZM17.838,8.283 L15.717,6.162 18.379,3.5 20.5,5.621Z"/>
</vector>

0 comments on commit 1011e4b

Please sign in to comment.