This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch template_less in repository https://gitbox.apache.org/repos/asf/superset.git
commit 11a29b16104efb10eca8384734ee95456570aa2a Author: Maxime Beauchemin <maximebeauche...@gmail.com> AuthorDate: Mon Mar 24 17:17:13 2025 -0700 fix Collapse color content --- superset-frontend/src/components/Collapse/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/components/Collapse/index.tsx b/superset-frontend/src/components/Collapse/index.tsx index 04bdfb9585..ad34c0c67b 100644 --- a/superset-frontend/src/components/Collapse/index.tsx +++ b/superset-frontend/src/components/Collapse/index.tsx @@ -72,7 +72,7 @@ const Collapse = Object.assign( `} } .ant-collapse-content { - //background-color: ${({ theme }) => theme.colorBgLayout}; + color: ${({ theme }) => theme.colorText}; .ant-collapse-content-box { .loading.inline { margin: ${({ theme }) => theme.sizeUnit * 12}px auto;