Replies: 1 comment 2 replies
-
The svg icon is currently using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello . I am facing issue to set height and width of my svg icon . inside options
chatButton: {
icon: "/assets/images/msg.svg",
},
chatButtonStyle: {
height: "40px",
width: "40px",
borderRadius: "20px",
},
In chat button style when i pass height and width it apply on button i want to adjust my icon inside that button . Also when i pass background color in chatButton style my icon hides
Beta Was this translation helpful? Give feedback.
All reactions