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 a93891c commit 691a340Copy full SHA for 691a340
client/packages/lowcoder/src/comps/comps/triContainerComp/triContainer.tsx
@@ -145,7 +145,7 @@ export function TriContainer(props: TriContainerProps) {
145
</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