Skip to content

Commit

Permalink
chore: changed background color for android icon
Browse files Browse the repository at this point in the history
  • Loading branch information
boy52hz committed Mar 23, 2024
1 parent 75145e2 commit ab1b5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
versionName: process.env.APP_VERSION || '1.0.0',
adaptiveIcon: {
foregroundImage: './assets/adaptive-icon.png',
backgroundColor: '#ffffff',
backgroundColor: '#FDA84B',
},
permissions: [
'android.permission.ACCESS_COARSE_LOCATION',
Expand Down

0 comments on commit ab1b5b8

Please sign in to comment.