Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 810 Bytes

File metadata and controls

20 lines (16 loc) · 810 Bytes
title description author ms.topic ms.date ms.service ms.subservice ms.author search.audienceType
avoid-loadtheme Power Apps checker reference | Microsoft Docs
Power Apps checker rule reference for avoid-loadtheme.
lesyk
reference
02/17/2023
powerapps
dataverse-maker
vilesyk
maker

avoid-loadtheme

loadTheme is a way to provide a theme in global (and only global) scope, which will affect your entire application. We recommend that you replace loadTheme with ThemeProvider. That way, your application consistently has one way of providing a theme.

Recommendation

For details on the correct ThemeProvider usage go to the ThemeProvider documentation.