react-native-material-design icon indicating copy to clipboard operation
react-native-material-design copied to clipboard

Overriding a style

Open thibbo opened this issue 7 years ago • 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 ?

thibbo avatar May 05 '17 10:05 thibbo

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

DavitVosk avatar May 09 '17 21:05 DavitVosk

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

thibbo avatar May 10 '17 08:05 thibbo