diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43e72fd812e..1e7bd2713b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
-----
diff --git a/modules/services/repositories/src/main/res/values/colors.xml b/modules/services/repositories/src/main/res/values/colors.xml
index 74e78d4239e..e299a9ff537 100644
--- a/modules/services/repositories/src/main/res/values/colors.xml
+++ b/modules/services/repositories/src/main/res/values/colors.xml
@@ -1,4 +1,4 @@
- #03a9f4
-
\ No newline at end of file
+ #F43E37
+