Skip to content

Commit 6cdd689

Browse files
committed
fix: build
1 parent f7c46a9 commit 6cdd689

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmp-android/src/main/res/values-night/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
1010
-->
1111
<resources>
12+
<color name="ic_launcher_background">#000000</color>
1213
<color name="splash_background">#121212</color>
1314
<color name="background">#000000</color>
1415
</resources>

cmp-android/src/main/res/values/ic_launcher_background.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
1010
-->
1111
<resources>
12-
<color name="ic_launcher_background">#450951</color>
12+
<color name="ic_launcher_background">#FFFFFFFF</color>
1313
<color name="splash_background">#FFFFFFFF</color>
1414
<color name="background">#FFFFFF</color>
1515
</resources>

0 commit comments

Comments
 (0)