[MM-29132] Update upload item styling (#4853)

* Update upload item styling

* Use font size 9
This commit is contained in:
Miguel Alatzar 2020-10-01 11:19:30 -07:00 committed by GitHub
parent 4265db3ecd
commit 85382e695a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View file

@ -266,7 +266,7 @@ const styles = StyleSheet.create({
},
progressText: {
color: 'white',
fontSize: 11,
fontSize: 9,
fontWeight: 'bold',
},
filePreview: {

View file

@ -38,7 +38,6 @@ export default class UploadRemove extends PureComponent {
name='close-circle'
color={changeOpacity(theme.centerChannelColor, 0.64)}
size={21}
style={style.removeIcon}
/>
</View>
</TouchableWithFeedback>
@ -65,12 +64,5 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
}),
backgroundColor: theme.centerChannelBg,
},
removeIcon: {
position: 'relative',
top: Platform.select({
ios: 1,
android: 0,
}),
},
};
});