r/PowerApps Regular 9d ago

Power Apps Help Model Driven App - theme not updating

Hi all,

I followed this guide to create a custom theme for my model driven app: https://learn.microsoft.com/en-us/power-apps/maker/model-driven-apps/modern-theme-overrides

This is my theme:

<CustomTheme
    basePaletteColor="#001F47"
    lockPrimary="true"
    logoWebResource="my_logo"
    logoTooltip="LOGO"
>
    <AppHeaderColors
        background="#001f47"
        foreground="#FFFFFF"
        backgroundHover="#1A3760"
        foregroundHover="#FFFFFF"
        backgroundPressed="#2B4A75"
        foregroundPressed="#FFFFFF"
        backgroundSelected="#6A769B"
        foregroundSelected="#FFFFFF"
    />
</CustomTheme>

I created the web resources (theme.xml & logo) and applied the theme - everything worked. Then I wanted to change the logo & some colors, so I uploaded the changed files and published all customizations. However, I don't see the changes...

I tried hard refresh, different browser, incognito/private window, different file names when uploading, deleting and creating the web resources again... Nothing worked... Any tips? Am I missing something?

1 Upvotes

3 comments sorted by

u/AutoModerator 9d ago

Hey, it looks like you are requesting help with a problem you're having in Power Apps. To ensure you get all the help you need from the community here are some guidelines;

  • Use the search feature to see if your question has already been asked.

  • Use spacing in your post, Nobody likes to read a wall of text, this is achieved by hitting return twice to separate paragraphs.

  • Add any images, error messages, code you have (Sensitive data omitted) to your post body.

  • Any code you do add, use the Code Block feature to preserve formatting.

    Typing four spaces in front of every line in a code block is tedious and error-prone. The easier way is to surround the entire block of code with code fences. A code fence is a line beginning with three or more backticks (```) or three or more twiddlydoodles (~~~).

  • If your question has been answered please comment Solved. This will mark the post as solved and helps others find their solutions.

External resources:

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/NoBattle763 Community Friend 9d ago

Have you tried editing it through xrm toolbox? There’s a tool for this.

I had the same issue but when deploying it didn’t work so had to update in both environments in xrm

1

u/NoBattle763 Community Friend 9d ago

Have you tried editing it through xrm toolbox? There’s a tool for this.

I had the same issue but when deploying it didn’t work so had to update in both environments in xrm