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 = () => {
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue