chore: Change incorrect label tag in `MessageComposerInput` (#35930)

Co-authored-by: ergotse <194300518+ergotse@users.noreply.github.com>
Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>
pull/35933/head
ergot-rp 1 year ago committed by GitHub
parent bd88c3ac96
commit 7d0b07a370
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/ui-composer/src/MessageComposer/MessageComposerInput.tsx

@ -16,7 +16,7 @@ interface MessageComposerInputProps extends ComponentProps<typeof Box> {}
const MessageComposerInput = forwardRef<HTMLTextAreaElement, MessageComposerInputProps>(function MessageComposerInput(props, ref) {
return (
<Box is='label' width='full' fontSize={0}>
<Box width='full' fontSize={0}>
<Box
className={[messageComposerInputStyle, 'rc-message-box__textarea js-input-message']}
color='default'

Loading…
Cancel
Save