RN-205 Fixed EditPost error message not being visible (#640)
This commit is contained in:
parent
44f6321336
commit
99bf56e444
2 changed files with 2 additions and 6 deletions
|
|
@ -170,7 +170,7 @@ class ChannelsList extends Component {
|
|||
onChangeText={this.onSearch}
|
||||
onFocus={this.onSearchFocused}
|
||||
/>
|
||||
</View >
|
||||
</View>
|
||||
);
|
||||
|
||||
let badge;
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue