chatButton icon does not replace the current icon #100
Closed
saitnyalcin
started this conversation in
General
Replies: 1 comment
-
wrong place |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
after upgrading to version 1.7.0 to "react-chatbotify": "^2.0.0-beta.5", in my react app, my custom chatButton does not get cropped properly to show better looking. It shows the corners and does not replace the whole chatButton image. Please be advised
here is the current code sample in my app and see attached as well
import centerline from "./assets/customImage .jpg";
<ChatBot
settings={{
chatButton: { icon: customImage },
}}
styles={{
}}
flow={flow}
/>
Beta Was this translation helpful? Give feedback.
All reactions