feito fork de vergnet/application-amicale
Changed icons color
Esse commit está contido em:
pai
9e4e340302
commit
885bf239d8
2 arquivos alterados com 6 adições e 1 exclusões
|
|
@ -44,7 +44,7 @@ class FeedItemScreen extends React.Component<Props> {
|
|||
|
||||
getHeaderButton = () => {
|
||||
return <MaterialHeaderButtons>
|
||||
<Item title="main" iconName={'facebook'} onPress={this.onOutLinkPress}/>
|
||||
<Item title="main" iconName={'facebook'} color={"#2e88fe"} onPress={this.onOutLinkPress}/>
|
||||
</MaterialHeaderButtons>;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ class FeedbackScreen extends React.Component<Props> {
|
|||
}}>
|
||||
<Button
|
||||
icon="email"
|
||||
mode={"contained"}
|
||||
style={{
|
||||
marginLeft: 'auto',
|
||||
marginTop: 5,
|
||||
|
|
@ -45,6 +46,8 @@ class FeedbackScreen extends React.Component<Props> {
|
|||
</Button>
|
||||
<Button
|
||||
icon="git"
|
||||
mode={"contained"}
|
||||
color={"#609927"}
|
||||
style={{
|
||||
marginLeft: 'auto',
|
||||
marginTop: 5,
|
||||
|
|
@ -54,6 +57,8 @@ class FeedbackScreen extends React.Component<Props> {
|
|||
</Button>
|
||||
<Button
|
||||
icon="facebook"
|
||||
mode={"contained"}
|
||||
color={"#2e88fe"}
|
||||
style={{
|
||||
marginLeft: 'auto',
|
||||
marginTop: 5,
|
||||
|
|
|
|||
Carregando…
Referência em uma nova issue