fix(ConditionalFormattingControl): icon color in dark mode (#35243)

This commit is contained in:
Mehmet Salih Yavuz
2025-09-23 20:16:29 +03:00
committed by GitHub
parent 78faaee685
commit c601341520

View File

@@ -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;