Skip to content
Snippets Groups Projects
Unverified Commit 1424a6ea authored by Romeo Van Snick's avatar Romeo Van Snick Committed by GitHub
Browse files

Fix icon colors in column picker (#42945)

* Make icons 16px in data picker

* Use text-light in DataPicker to match other icons
parent fca30b1a
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ export const ItemTitle = styled.div`
export const ItemIcon = styled(QueryColumnInfoIcon)`
margin: 0 0.5em;
margin-left: 0.75em;
color: ${color("text-dark")};
color: ${color("text-light")};
`;
export const ItemList = styled.ul`
......
......@@ -92,7 +92,7 @@ export const FieldPicker = ({
stageIndex={stageIndex}
column={item.column}
position="top-start"
size={18}
size={16}
/>
<ItemTitle>{item.columnInfo.displayName}</ItemTitle>
</Label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment