diff --git a/components/tree/style/index.tsx b/components/tree/style/index.tsx index 5e50d89d8451..c2b96ad945ed 100644 --- a/components/tree/style/index.tsx +++ b/components/tree/style/index.tsx @@ -347,7 +347,7 @@ export const genBaseStyle = (prefixCls: string, token: TreeToken): CSSObject => // ============== Cover Background ============== [`${treeCls}-switcher`]: { - background: token.colorBgContainer, + background: 'transparent', '&-line-icon': { // https://github.com/ant-design/ant-design/issues/32813