I’m facing an issue in a Canvas Power App where theme colors are not being applied, even though the app theme is set correctly.
Problem
- The app theme is set to RedTheme (App.Theme = RedTheme)
- Using App.Theme.Colors.Primary for Fill / HeadingFill does not apply any color
RGBA(255,0,0,1) or ColorValue("#FF0000") work perfectlyApp.Theme.Colors.Primary
Creating a custom theme record in App.Formulas like below:
Theme = {
Primary: ColorValue("#0000A1")
};
and using:
Theme.Primary
The screenshot shows how the app looks in preview mode and when published.

Report
All responses (
Answers (