Fixed crash on self menu screen

Tento commit je obsažen v:
Arnaud Vergnet 2020-06-23 22:27:57 +02:00
rodič 236ee2c07c
revize 4131b79561

Zobrazit soubor

@ -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,
}}/>