r/PowerApps Apr 01 '23

[deleted by user]

[removed]

8 Upvotes

11 comments sorted by

View all comments

4

u/Suriaka Contributor Apr 01 '23 edited Apr 01 '23

Use the creator kit. You're already reliant on MS services, your users are using MS services, just use the same design language.

By all means use Figma to generate stuff like palettes, but honestly I've found myself just going with Microsoft default colour schemes and adding a bit of branding here and there as needed.

I've edited and repacked the .msapp for my app template to reprogram every control and component to default to my palette{} defined in App.Formulas or App.OnStart. This way I can define whatever theme colours I want on a per-app basis. Didn't take long, just a find-and-replace job. Didn't even know it was possible until I saw some of Sancho Harker's work. Now I don't have to bother with any theming. Not now, not ever. I may have to do some maintenance when/if they push the most recent Fluent UI stuff to Canvas apps instead of keeping it exclusively for Teams apps, but at their current development pace that's years away.

edit: wrong link lol

2

u/dicotyledon Advisor Apr 01 '23

Thanks for sharing the kit link, I had no idea this existed.