Skip to content

Commit e3b7370

Browse files
committed
fix(ConditionalFormattingControl): icon color in dark mode
1 parent ce55cc7 commit e3b7370

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export const FormatterContainer = styled(OptionControlContainer)`
5353

5454
export const CloseButton = styled.button`
5555
${({ theme }) => css`
56-
color: ${theme.colorIcon};
5756
height: 100%;
5857
width: ${theme.sizeUnit * 6}px;
5958
border: none;

0 commit comments

Comments
 (0)