TheWidlarzGroup / rn-emoji-keyboard

Super performant, lightweight, fully customizable emoji picker 🚀
https://thewidlarzgroup.github.io/rn-emoji-keyboard/
MIT License
323 stars 55 forks source link

Cannot change the color of the searchBar text #154

Closed shanoysinc closed 10 months ago

shanoysinc commented 10 months ago

Describe the bug

styles={{ searchBar: { // container: { backgroundColor: "red", color: "red" }, text: { color: "white", backgroundColor: isDark ? colors.brand.black[700] : "red", borderRadius: 6, }, }, // header: { backgroundColor: "red", color: "red", }, }} Screenshots Simulator Screenshot - iPhone 14 - 2023-09-17 at 07 59 17

If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

shanoysinc commented 10 months ago

did a bit of digging in the code and you have to change it from the theme -> search ->placeholder

Screenshot 2023-09-17 at 8 09 13 AM
jan-kozinski commented 10 months ago

Hi, thanks for sharing your solution! Also please checkout our API reference docs, where all the customizable theme components are well described including their default colors https://thewidlarzgroup.github.io/rn-emoji-keyboard/docs/api/theme