Skip to content

Commit 868af36

Browse files
author
FalkWolsky
committed
Set preventing of overwriting of styles per app default true
1 parent db52eb8 commit 868af36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/appSettingsComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const childrenMap = {
186186
showHeaderInPublic: withDefault(BoolControl, true),
187187
maxWidth: dropdownInputSimpleControl(OPTIONS, USER_DEFINE, "1920"),
188188
themeId: valueComp<string>(DEFAULT_THEMEID),
189-
preventAppStylesOverwriting: withDefault(BoolControl, false),
189+
preventAppStylesOverwriting: withDefault(BoolControl, true),
190190
customShortcuts: CustomShortcutsComp,
191191
disableCollision: valueComp<boolean>(false),
192192
};

0 commit comments

Comments
 (0)