Skip to content

Commit 43bde2c

Browse files
committed
formating removed-108
1 parent f05195b commit 43bde2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/packages/lowcoder/src/comps/comps/pageLayoutComp/pageLayout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,16 @@ export function PageLayout(props: LayoutProps & { siderCollapsed: boolean; setSi
144144
return (
145145
<div style={{padding: style.margin, height: '100%'}}>
146146
<ConfigProvider
147-
theme={{
147+
theme={{
148148
components: {
149149
Layout: {
150150
triggerBg : contrastBackground(container.siderStyle.siderBackground),
151151
triggerColor : contrastText(container.siderStyle.siderBackground, "black", "white"),
152152
siderBg : container.siderStyle.siderBackground,
153153
},
154-
},
155-
}}
156-
>
154+
},
155+
}}
156+
>
157157
<Wrapper $style={style} $animationStyle={animationStyle}>
158158
<Layout style={{padding: "0px"}} hasSider={showSider && !container.innerSider}>
159159
{showSider && !container.innerSider && !container.siderRight && (

0 commit comments

Comments
 (0)