missive / emoji-mart

🏪 One component to pick them all
https://missiveapp.com/open/emoji-mart
MIT License
8.38k stars 802 forks source link

Change CSS of the section#root like border-radius #832

Closed Bonfims closed 1 year ago

Bonfims commented 1 year ago

By shadow DOM preventing editing section style i cant fit it on my parent div, i want remove radius from section, is there any way to achive this?

i just want made some changes on section#root inside shadow DOM em-emoji-picker

Bonfims commented 1 year ago

found it, on custom style em-emoji-picker { --border-radius: 0px; }

Sorry about open this issue.