mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
fix: Fixes group by control icon colors (#14674)
This commit is contained in:
committed by
GitHub
parent
ea96d95622
commit
fd8b2cb89b
@@ -39,12 +39,12 @@ export default function Option(props: OptionProps) {
|
||||
data-test="remove-control-button"
|
||||
onClick={() => props.clickClose(props.index)}
|
||||
>
|
||||
<Icons.XSmall color={theme.colors.grayscale.light1} />
|
||||
<Icons.XSmall iconColor={theme.colors.grayscale.light1} />
|
||||
</CloseContainer>
|
||||
<Label data-test="control-label">{props.children}</Label>
|
||||
{props.withCaret && (
|
||||
<CaretContainer>
|
||||
<Icons.CaretRight color={theme.colors.grayscale.light1} />
|
||||
<Icons.CaretRight iconColor={theme.colors.grayscale.light1} />
|
||||
</CaretContainer>
|
||||
)}
|
||||
</OptionControlContainer>
|
||||
|
||||
Reference in New Issue
Block a user