invertase/react-native-material-design

Overriding a style

thibbo opened this issue · 2 comments

Hello,
I've implemented a component button but I'd like to override the style; for instance moving the text to center it properly. I can't find how to do so.
Any thoughts ?

also with override object, the textColor, backgroundColor, and rippleColor can't be changed. Please solve the issue

@DavitVosk actually, it can, but you must choose specific color variables (those from the library itself). I managed to do it eventually