[MM-11988] Fix File Upload loading progress indicator alignment (#2181)
This commit is contained in:
parent
3e675ce7a2
commit
13aaefa0ac
1 changed files with 1 additions and 1 deletions
|
|
@ -274,6 +274,7 @@ const styles = StyleSheet.create({
|
|||
progressCirclePercentage: {
|
||||
alignItems: 'center',
|
||||
flex: 1,
|
||||
justifyContent: 'center',
|
||||
},
|
||||
progressContent: {
|
||||
alignItems: 'center',
|
||||
|
|
@ -281,7 +282,6 @@ const styles = StyleSheet.create({
|
|||
justifyContent: 'center',
|
||||
left: 0,
|
||||
position: 'absolute',
|
||||
top: 40,
|
||||
width: '100%',
|
||||
},
|
||||
progressText: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue