tjtanjin / react-chatbotify

A modern React library for creating a flexible and extensible chatbot.
https://react-chatbotify.com
MIT License
148 stars 68 forks source link

Fix Icon Cropping Issue in Chat Button #102

Closed saitnyalcin closed 3 weeks ago

saitnyalcin commented 3 weeks ago

Description

Added border-radius: inherit to allow custom icons to be cropped properly within the chat button’s box.

What change does this PR introduce?

This update improves the appearance of the chat button icon by ensuring it does not overlap the previous layout.

Please select the relevant option(s).

What is the proposed approach?

Added border-radius: inherit to the toggle icon’s CSS.

Checklist: