Skip to content

Commit

Permalink
Merge pull request #20482 from wordpress-mobile/fix/globe-icon-color
Browse files Browse the repository at this point in the history
[Reader] Fix Globe icon wrong color
  • Loading branch information
Thomas Horta authored Mar 15, 2024
2 parents 289fe17 + d9e9558 commit ad37a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/src/main/res/drawable/ic_globe_white_24dp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
android:viewportHeight="24">
<path
android:pathData="m12,4c-4.4,0 -8,3.6 -8,8s3.6,8 8,8 8,-3.6 8,-8 -3.6,-8 -8,-8zM12,18.5c-3.6,0 -6.5,-2.9 -6.5,-6.5s2.9,-6.5 6.5,-6.5 6.5,2.9 6.5,6.5 -2.9,6.5 -6.5,6.5zM9,16 L13.5,13 15,8.4 10.5,11.4z"
android:fillColor="#000"/>
android:fillColor="@color/white"/>
</vector>

0 comments on commit ad37a78

Please sign in to comment.