galio-org / galio

Galio is a beautifully designed, Free and Open Source React Native Framework

Home Page:https://galio.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change color of button text

willroyMyles opened this issue · comments

Would be great to be able to change the color of text inside a button

You can do so by passing a style object to textStyle prop like

<Button textStyle={{color: ‘red’}}>send</Button>

Do let me know if it solves your issue...

quick question, how did you guys achive the colored drop shadow effect on buttons?

Could you elaborate more on what you mean..??