This is an automated email from the ASF dual-hosted git repository. msyavuz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push: new c601341520 fix(ConditionalFormattingControl): icon color in dark mode (#35243) c601341520 is described below commit c601341520a84cb8e0a969ac0db37685606da7de Author: Mehmet Salih Yavuz <salih.ya...@proton.me> AuthorDate: Tue Sep 23 20:16:29 2025 +0300 fix(ConditionalFormattingControl): icon color in dark mode (#35243) --- .../ConditionalFormattingControl/ConditionalFormattingControl.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx b/superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx index 6724b269f8..25e38d5f97 100644 --- a/superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx +++ b/superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx @@ -53,6 +53,7 @@ export const FormatterContainer = styled(OptionControlContainer)` export const CloseButton = styled.button` ${({ theme }) => css` + background: ${theme.colorBgLayout}; color: ${theme.colorIcon}; height: 100%; width: ${theme.sizeUnit * 6}px;