My company is asking us to create a bunch of application to replace Google Sheet.
After trying, I spent too much effort to align the color, font,... to match company's branding. Is there anyway I can sync up all color and font settings across those apps?
TIA
[Duplicated content]
[Duplicated content]
[Duplicated content]
[Duplicated content]
[Duplicated content]
Thank you for the detailed guide. When I try Modern Control, some properties are not the same as the original control, they have checked option, or don't have the onselect property.
How to enable those settings?
Power Apps allows you to create theme that you can apply to all modern controls to keep consistency of theme
First, you have to create app using modern control. To enable MC:
Then you can create the theme to match your company's branding here:
------------- I don't know why I can't reply to this topic anymore, so I will update the answer here @AsherNg1990
The modern control differs significantly from its original counterpart. They were designed to replace the old one, but some are still in the development phase. If the modern control lacks a property you need, there is little we can do but find a workaround solution.
For instance, the modern toggle control now features a Checked property, which you may already be familiar with. As a result, you can make minor adjustments to your code to adapt to this change. Some controls, however, are missing the OnSelect property, and you will have to wait for an update. For example, the modern table control only recently gained the OnSelect option.
In terms of theme consistency, I believe the modern control is the best and most convenient option
I have another approach but cost much more time, that you can declare theme setting in app's OnStart property.
Set(varSysColor, RGBA(234,112,201,1));
Set(varSysFontSize, 12);
and apply that variable to each control
---------------------------
If the solution I provided assisted you in resolving this issue, kindly select "Accept as solution" This will help others in finding the solution more expediently 😄Also, a Thumbs up would be a great compliment!
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional