Fixed crash on self menu screen

This commit is contained in:
Arnaud Vergnet 2020-06-23 22:27:57 +02:00
parent 236ee2c07c
commit 4131b79561

View file

@ -119,7 +119,7 @@ class SelfMenuScreen extends React.Component<Props> {
marginLeft: 'auto',
marginRight: 'auto',
borderBottomWidth: 1,
borderBottomColor: this.theme.colors.primary,
borderBottomColor: this.props.theme.colors.primary,
marginTop: 5,
marginBottom: 5,
}}/>