451518849 / epub_kitty

a beautiful flutter epub reader!
https://pub.dev/packages/epub_kitty
Other
66 stars 30 forks source link

How to change the color of buttons #22

Closed saptha closed 4 years ago

saptha commented 4 years ago

How do we change the color of icons and buttons from green to orange? I tried changing the themeColor in config but it doesnt change.

EpubKitty.setConfig("book", "#FF5D3A", "vertical",true);

saptha commented 4 years ago

My bad, it works perfectly.