mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(ConditionalFormattingControl): icon color in dark mode (#35243)
This commit is contained in:
committed by
GitHub
parent
78faaee685
commit
c601341520
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user