forked from vergnet/application-amicale
Fixed crash on self menu screen
This commit is contained in:
parent
236ee2c07c
commit
4131b79561
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
}}/>
|
}}/>
|
||||||
|
|
Loading…
Reference in a new issue