Skip to content

Commit

Permalink
fix: removes the usa-search class name from the form component
Browse files Browse the repository at this point in the history
fix #163
  • Loading branch information
duncan-truss committed May 19, 2020
1 parent 6d143ac commit af91cf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/forms/Form/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const Form = (
const classes = classnames(
{
'usa-form': !search,
'usa-search': search,
'usa-form--large': large,
},
className
Expand Down

0 comments on commit af91cf0

Please sign in to comment.