Skip to content

Commit

Permalink
Update FormGroup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanbinekhub authored Jun 9, 2017
1 parent dc20efb commit 824319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const calculateHeight = (props) => {
}

const FormGroupWrapper = styled.View`
align-items: ${props => props.inlineLabel ? 'center' : 'stretch' }
align-items: ${props => props.inlineLabel ? 'center' : 'stretch' };
border-color: ${props => props.error ? props.theme.FormGroup.errorBorderColor : props.theme.FormGroup.borderColor};
border-radius: ${props => props.theme.FormGroup.borderRadius};
border-style: ${props => props.theme.FormGroup.borderStyle};
Expand Down

0 comments on commit 824319a

Please sign in to comment.