Browse Source

Fixed crash on self menu screen

Arnaud Vergnet 3 years ago
parent
commit
4131b79561
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/screens/Services/SelfMenuScreen.js

+ 1
- 1
src/screens/Services/SelfMenuScreen.js View File

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

Loading…
Cancel
Save