App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey, I'm at a stage of review where Shopify mentioned this:
Update your app block so that it inherits styling properties from the theme, such as typography and colors. Refer to this help document (https://shopify.dev/apps/online-store/theme-app-extensions/ux-guidelines) and see this screencast for context.
Some ideas I've had include doing a style like this:
```
.some-class {
background: inherit;
}
```
I also have the option to allow customers to manually change background color in the theme editor.
@growing_swede Hello, I got the same issue from the Shopify app review team, can you find any solution for this issue?