Skip to content

Commit

Permalink
fix: change default input shape
Browse files Browse the repository at this point in the history
  • Loading branch information
vickonrails committed Apr 9, 2021
1 parent b8b5be7 commit a590883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/input/input.tsx
Expand Up @@ -195,7 +195,7 @@ const StyledInput = styled.span<Input>`
Input.defaultProps = {
variant: 'outline',
inputSize: 'md',
borderRadius: 'curve'
borderRadius: 'round'
}

export { Input }

0 comments on commit a590883

Please sign in to comment.