forked from vergnet/application-amicale
Changed icons color
This commit is contained in:
parent
9e4e340302
commit
885bf239d8
2 changed files with 6 additions and 1 deletions
|
@ -44,7 +44,7 @@ class FeedItemScreen extends React.Component<Props> {
|
||||||
|
|
||||||
getHeaderButton = () => {
|
getHeaderButton = () => {
|
||||||
return <MaterialHeaderButtons>
|
return <MaterialHeaderButtons>
|
||||||
<Item title="main" iconName={'facebook'} onPress={this.onOutLinkPress}/>
|
<Item title="main" iconName={'facebook'} color={"#2e88fe"} onPress={this.onOutLinkPress}/>
|
||||||
</MaterialHeaderButtons>;
|
</MaterialHeaderButtons>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,7 @@ class FeedbackScreen extends React.Component<Props> {
|
||||||
}}>
|
}}>
|
||||||
<Button
|
<Button
|
||||||
icon="email"
|
icon="email"
|
||||||
|
mode={"contained"}
|
||||||
style={{
|
style={{
|
||||||
marginLeft: 'auto',
|
marginLeft: 'auto',
|
||||||
marginTop: 5,
|
marginTop: 5,
|
||||||
|
@ -45,6 +46,8 @@ class FeedbackScreen extends React.Component<Props> {
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
icon="git"
|
icon="git"
|
||||||
|
mode={"contained"}
|
||||||
|
color={"#609927"}
|
||||||
style={{
|
style={{
|
||||||
marginLeft: 'auto',
|
marginLeft: 'auto',
|
||||||
marginTop: 5,
|
marginTop: 5,
|
||||||
|
@ -54,6 +57,8 @@ class FeedbackScreen extends React.Component<Props> {
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
icon="facebook"
|
icon="facebook"
|
||||||
|
mode={"contained"}
|
||||||
|
color={"#2e88fe"}
|
||||||
style={{
|
style={{
|
||||||
marginLeft: 'auto',
|
marginLeft: 'auto',
|
||||||
marginTop: 5,
|
marginTop: 5,
|
||||||
|
|
Loading…
Reference in a new issue