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

Color of Action Button

Open Guseyn opened this issue 5 years ago • 1 comments

How can I set color of Action Button?

Guseyn avatar Mar 13 '19 22:03 Guseyn

Hi @Guseyn check this issue, it could help https://github.com/xotahal/react-native-material-ui/issues/432

Basically you have to use container to change its color.

Like this:

 <ActionButton
            style={{container: { backgroundColor: '#047cc4' }}}
...

moiseshilario avatar Mar 28 '19 18:03 moiseshilario