Skip to content

Commit d2dba49

Browse files
committed
fix: set default FCM icon and color on manifest
1 parent 894867e commit d2dba49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@
146146
See https://goo.gl/l4GJaQ -->
147147
<meta-data
148148
android:name="com.google.firebase.messaging.default_notification_icon"
149-
android:resource="@drawable/ic_notification" />
149+
android:resource="@drawable/ic_bitkit_outlined" />
150150
<!-- Set color used with incoming notification messages.
151151
This is used when no color is set for the incoming notification message.
152152
See https://goo.gl/6BKBk7 -->
153153
<meta-data
154154
android:name="com.google.firebase.messaging.default_notification_color"
155-
android:resource="@color/teal_200" />
155+
android:resource="@color/brand" />
156156
<!-- Set default notifications channel for Firebase. -->
157157
<meta-data
158158
android:name="com.google.firebase.messaging.default_notification_channel_id"

0 commit comments

Comments
 (0)