RN-205 Fixed EditPost error message not being visible (#640)

This commit is contained in:
Harrison Healey 2017-06-16 13:47:57 -04:00 committed by enahum
parent 44f6321336
commit 99bf56e444
2 changed files with 2 additions and 6 deletions

View file

@ -170,7 +170,7 @@ class ChannelsList extends Component {
onChangeText={this.onSearch}
onFocus={this.onSearchFocused}
/>
</View >
</View>
);
let badge;

View file

@ -219,13 +219,9 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
flex: 1,
backgroundColor: changeOpacity(theme.centerChannelColor, 0.03)
},
errorContainer: {
position: 'absolute'
},
errorWrapper: {
justifyContent: 'center',
alignItems: 'center',
marginBottom: 10
alignItems: 'center'
},
inputContainer: {
borderTopWidth: 1,