nolanlawson / emoji-picker-element

A lightweight emoji picker for the modern web
https://nolanlawson.github.io/emoji-picker-element/
Apache License 2.0
1.27k stars 80 forks source link

Add CSS variable for custom border-radius #428

Open Ericlm opened 2 weeks ago

Ericlm commented 2 weeks ago

This PR adds a CSS variable for customizing the border-radius of the entire picker. This has been discussed in the linked issues but the solution is quite JS-ish 😄 I think that adding this variable allows cleaner code and completes border-color, border-width etc.

See #283, #327