[MM-29132] Update upload item styling (#4853)
* Update upload item styling * Use font size 9
This commit is contained in:
parent
4265db3ecd
commit
85382e695a
2 changed files with 1 additions and 9 deletions
|
|
@ -266,7 +266,7 @@ const styles = StyleSheet.create({
|
|||
},
|
||||
progressText: {
|
||||
color: 'white',
|
||||
fontSize: 11,
|
||||
fontSize: 9,
|
||||
fontWeight: 'bold',
|
||||
},
|
||||
filePreview: {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
}),
|
||||
},
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue