Reproduction URL (Required)
https://play.tailwindcss.com/iA4GKH5oRY?file=css
What version of daisyUI are you using?
5.1.13
Which browsers are you seeing the problem on?
No response
Describe your issue
The tick of the chat-bubble doesn't scale with rem and stays small and detached when changing root font-size.
I believe the issue stems from this line being set in px instead of rem:
Solution see here: https://play.tailwindcss.com/ig66T5zlgp?file=css
I'm happy to submit a pull request. I just wanted to check if there are maybe reasons for the mask-size in px
Reproduction URL (Required)
https://play.tailwindcss.com/iA4GKH5oRY?file=css
What version of daisyUI are you using?
5.1.13
Which browsers are you seeing the problem on?
No response
Describe your issue
The tick of the chat-bubble doesn't scale with rem and stays small and detached when changing root font-size.
I believe the issue stems from this line being set in px instead of rem:
daisyui/packages/daisyui/src/components/chat.css
Line 20 in f5bf6c5
Solution see here: https://play.tailwindcss.com/ig66T5zlgp?file=css
I'm happy to submit a pull request. I just wanted to check if there are maybe reasons for the mask-size in px