Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691a340 commit 5d3a8adCopy full SHA for 5d3a8ad
client/packages/lowcoder/src/comps/comps/triContainerComp/triContainer.tsx
@@ -142,10 +142,10 @@ export function TriContainer(props: TriContainerProps) {
142
style={{padding: bodyStyle.containerBodyPadding}}
143
/>
144
</ScrollBar>
145
- </BackgroundColorContext.Provider>
+ </BackgroundColorContext.Provider>
146
)}
147
{showFooter && (
148
- <BackgroundColorContext.Provider value={footerStyle.footerBackground}>
+ <BackgroundColorContext.Provider value={footerStyle.footerBackground}>
149
<FooterInnerGrid
150
$showBorder={showHeader || showBody}
151
{...otherFooterProps}
0 commit comments