diff --git a/packages/client/src/components/Input.tsx b/packages/client/src/components/Input.tsx index bbae07d..1a6d50f 100644 --- a/packages/client/src/components/Input.tsx +++ b/packages/client/src/components/Input.tsx @@ -1,5 +1,5 @@ import React from 'react' -import {Control, Field, Input as I, Label} from 'bloomer' +import {Control, Field, Input as I, Heading} from 'bloomer' import {IconType} from 'react-icons' export interface IInputProps { @@ -24,7 +24,7 @@ export class Input extends React.PureComponent { const {Icon} = this.props return ( - + {this.props.label} {

{this.props.error}

{ required /> { placeholder='First name' required /> - +
+ +
) }