Skip to content

Commit

Permalink
fix(layout): fix colorBgPageContainerFixed no use colorBgElevated error
Browse files Browse the repository at this point in the history
close #6610
  • Loading branch information
chenshuai2144 committed Mar 8, 2023
1 parent d5ce7b0 commit 712bc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/provider/src/typing/layoutToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const getLayoutDesignToken: (
finalDesignTokens.pageContainer?.marginInlinePageContainerContent || 40,
paddingBlockPageContainerContent:
finalDesignTokens.pageContainer?.marginBlockPageContainerContent || 24,
colorBgPageContainerFixed: '#fff',
colorBgPageContainerFixed: antdToken.colorBgElevated,
...finalDesignTokens.pageContainer,
},
} as LayoutDesignToken as LayoutDesignToken;
Expand Down

0 comments on commit 712bc82

Please sign in to comment.