Skip to content

Commit 61ef19b

Browse files
committed
fix: Mobile Nav color background theme
1 parent 29abe90 commit 61ef19b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

client/packages/lowcoder/src/comps/comps/layout/mobileTabLayout.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,9 @@ MobileTabLayoutTmp = withViewFn(MobileTabLayoutTmp, (comp) => {
692692
const canvasPaddingX = appSettings?.gridPaddingX ?? 0;
693693
const canvasPaddingY = appSettings?.gridPaddingY ?? 0;
694694

695-
const canvasBackgroundStyle: React.CSSProperties = {};
695+
const canvasBackgroundStyle: React.CSSProperties = {
696+
background: "#FFFFFF",
697+
};
696698
if (canvasBg) {
697699
canvasBackgroundStyle.background = canvasBg;
698700
}

0 commit comments

Comments
 (0)