Can't change the background color of the adaptive icon

Hello. Today i’ve uploaded a new adaptive icon for android which use a background with color: #bebebe. Currently the background color of my icon is blueish and i want to get it as the same color as my icon background: #bebebe.

My code in app.json:

"android": {
            "package": "com.walkintheparq.walkintheparq",
            "versionCode": 440000003,
            "adaptiveIcon": {
                "foregroundImage": "./assets/icons/walkintheparq-icon-p-1024.png",
                "backgroundColor": "#bebebe"
            }
},

The size of my icon is 1024x1024 but that should be fine according to the guidelines right?

Hey @jurian, it looks like you’ve got the configuration implemented correctly. Have you built a new binary after setting the backgroundColor to #bebebe ? If not, you will need to in order for the change to take effect. If you have, can you let me know how you are building your binary?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.