Skip to content

Commit

Permalink
add icon color in input
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Feb 20, 2024
1 parent fcc63ed commit 2c2e274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/inputv2/inputv2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const InputBorder = styled.div<{

const SelfCenterredIcon = styled(Icon)`
align-self: center;
color: ${(props) => props.theme.textPrimary};
`;

export type InputSize = '1' | '2/3' | '1/2' | '1/3';
Expand Down

0 comments on commit 2c2e274

Please sign in to comment.