Skip to content

Commit

Permalink
Fix inline action share icon in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevins committed Feb 13, 2024
1 parent 5b5fc31 commit 69a3392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WordPress/src/main/res/layout/notifications_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
app:layout_constraintBottom_toBottomOf="@+id/note_avatar"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/note_avatar"
app:tint="?attr/wpColorOnSurfaceMedium"
tools:src="@drawable/star_empty" />

<FrameLayout
Expand Down

0 comments on commit 69a3392

Please sign in to comment.