Hi @moerah ,
I have a style Table Variable in every app I do and have not noticed anything in performance penalties. Almost every control references it in multiple parameters directly or indirectly. An example is below
Set(
gblTheme,
{
Dark: RGBA(30, 65, 144, 1),
Lighter: RGBA(32, 162, 229, 1),
Light: RGBA(18, 174, 196, 1),
Hover: ColorFade(RGBA(30, 65, 144, 1), 95%),
Shade: ColorFade(RGBA(18, 174, 196, 1), 85%),
Press: ColorFade(RGBA(30, 65, 144, 1), 30%),
lFont: Font.'Open Sans Condensed',
tFont: Font.'Segoe UI',
lSize: 13,
tSize: 11
}
);
This also allows the very rapid change of anything throughout the app.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps