Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Aug 21, 2024
1 parent 9dc774d commit adceca8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const TextInput = React.forwardRef(
<Icon name={icon} color={disabled ? Colors.accentGray() : Colors.accentPrimary()} />
) : null}
<StyledInput
data-lpignore='true'
data-lpignore="true"
{...rest}
$strokeColor={strokeColor}
disabled={disabled}
Expand Down

0 comments on commit adceca8

Please sign in to comment.