[CHORE] Fix typo in CreateChannel View (#1930)

This commit is contained in:
Govind Dixit 2020-03-26 18:44:51 +05:30 committed by GitHub
parent 7daa3092c7
commit da05843089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ const styles = StyleSheet.create({
fontSize: 17,
...sharedStyles.textRegular
},
swithContainer: {
switchContainer: {
height: 54,
alignItems: 'center',
justifyContent: 'space-between',
@ -217,7 +217,7 @@ class CreateChannelView extends React.Component {
}) => {
const { theme } = this.props;
return (
<View style={[styles.swithContainer, { backgroundColor: themes[theme].backgroundColor }]}>
<View style={[styles.switchContainer, { backgroundColor: themes[theme].backgroundColor }]}>
<Text style={[styles.label, { color: themes[theme].titleText }]}>{I18n.t(label)}</Text>
<Switch
value={value}