Skip to content

Commit

Permalink
Change notification icon background color
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Nov 3, 2024
1 parent 565d4f7 commit d7d9661
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
* Updates
* Renamed the podcast action 'Subscribe' to 'Follow'
([#3120](https://github.com/Automattic/pocket-casts-android/pull/3120))
* Bug Fixes
* Use red color for the notification icons
([#3154](https://github.com/Automattic/pocket-casts-android/pull/3154))

7.76
-----
Expand Down
4 changes: 2 additions & 2 deletions modules/services/repositories/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="notification_color">#03a9f4</color>
</resources>
<color name="notification_color">#F43E37</color>
</resources>

0 comments on commit d7d9661

Please sign in to comment.