Changed icons color
这个提交包含在:
父节点
9e4e340302
当前提交
885bf239d8
共有 2 个文件被更改,包括 6 次插入 和 1 次删除
|
@ -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,
|
||||
|
|
正在加载…
在新工单中引用