Fixed crash on self menu screen
这个提交包含在:
父节点
236ee2c07c
当前提交
4131b79561
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
@ -119,7 +119,7 @@ class SelfMenuScreen extends React.Component<Props> {
|
||||||
marginLeft: 'auto',
|
marginLeft: 'auto',
|
||||||
marginRight: 'auto',
|
marginRight: 'auto',
|
||||||
borderBottomWidth: 1,
|
borderBottomWidth: 1,
|
||||||
borderBottomColor: this.theme.colors.primary,
|
borderBottomColor: this.props.theme.colors.primary,
|
||||||
marginTop: 5,
|
marginTop: 5,
|
||||||
marginBottom: 5,
|
marginBottom: 5,
|
||||||
}}/>
|
}}/>
|
||||||
|
|
正在加载…
在新工单中引用