mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-18 04:37:51 +01:00
16 lines
583 B
Diff
16 lines
583 B
Diff
|
|
diff --git a/node_modules/react-native-progress/Circle.js b/node_modules/react-native-progress/Circle.js
|
||
|
|
index 79f0a9e..3f9ff26 100644
|
||
|
|
--- a/node_modules/react-native-progress/Circle.js
|
||
|
|
+++ b/node_modules/react-native-progress/Circle.js
|
||
|
|
@@ -120,8 +120,8 @@ export class ProgressCircle extends Component {
|
||
|
|
return (
|
||
|
|
<View style={[styles.container, style]} {...restProps}>
|
||
|
|
<Surface
|
||
|
|
- width={size}
|
||
|
|
- height={size}
|
||
|
|
+ width={size + 5}
|
||
|
|
+ height={size + 5}
|
||
|
|
style={
|
||
|
|
indeterminate && rotation
|
||
|
|
? {
|