Skip to content

Commit c7a9e4b

Browse files
committed
Merge branch 'tlg/icons' into 'develop'
Improve Icon Quality See merge request polycentric/polycentric!510
2 parents 14c7c3f + f1be7dd commit c7a9e4b

19 files changed

Lines changed: 7 additions & 11 deletions

apps/polycentric/app.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
1111
slug: 'polycentric',
1212
version: '0.0.1',
1313
orientation: 'portrait',
14-
icon: './src/common/assets/images/AppIcon.png',
14+
icon: './src/common/assets/images/PolycentricLogoWhite1024.png',
1515
scheme: 'polycentric',
1616
web: {
1717
output: 'server',
@@ -29,8 +29,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
2929
},
3030
android: {
3131
adaptiveIcon: {
32-
foregroundImage: './src/common/assets/images/AppIcon.png',
33-
backgroundColor: '#ffffff',
32+
foregroundImage: './src/common/assets/images/PolycentricLogoTransparent1024.png',
33+
backgroundColor: '#F2F5F9',
3434
},
3535
edgeToEdgeEnabled: true,
3636
package: ID,
@@ -41,7 +41,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
4141
[
4242
'expo-splash-screen',
4343
{
44-
image: './src/common/assets/images/AppIcon.png',
44+
image: './src/common/assets/images/PolycentricLogoTransparent1024.png',
4545
imageWidth: 200,
4646
resizeMode: 'contain',
4747
backgroundColor: '#F2F5F9',
-376 KB
Binary file not shown.
97.1 KB
Loading
25.7 KB
Loading
131 KB
Loading
-15.2 KB
Binary file not shown.
-17.1 KB
Binary file not shown.
-973 KB
Binary file not shown.
-1.43 KB
Binary file not shown.
-21.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)