Skip to content

Commit

Permalink
feat(botonic-react): add user-input css class
Browse files Browse the repository at this point in the history
  • Loading branch information
Iru89 committed Mar 6, 2023
1 parent bf5ec25 commit fbc7b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/botonic-react/src/webchat/webchat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@ export const Webchat = forwardRef((props, ref) => {
style={{
...getThemeProperty(WEBCHAT.CUSTOM_PROPERTIES.userInputStyle),
}}
className='user-input-container'
>
{webchatState.isEmojiPickerOpen && (
<OpenedEmojiPicker
Expand Down

0 comments on commit fbc7b32

Please sign in to comment.