Browse Source

changed the value of default prop 'padding'

cyqresig 7 years ago
parent
commit
d3f35b8e3b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      LoadingSpinnerOverlay.js

+ 1
- 1
LoadingSpinnerOverlay.js View File

@@ -35,7 +35,7 @@ const styles = StyleSheet.create({
35 35
         backgroundColor: 'rgba(0, 0, 0, 0.8)',
36 36
         position: 'absolute',
37 37
         borderRadius: 8,
38
-        padding: 18,
38
+        padding: 20.5,
39 39
         left: -9999,
40 40
         top: -9999,
41 41
         zIndex: 999,