|
@@ -0,0 +1,13 @@
|
|
1
|
+diff --git a/node_modules/react-native-dialog/lib/Description.js b/node_modules/react-native-dialog/lib/Description.js
|
|
2
|
+index 7eb97bb..2da9ed3 100644
|
|
3
|
+--- a/node_modules/react-native-dialog/lib/Description.js
|
|
4
|
++++ b/node_modules/react-native-dialog/lib/Description.js
|
|
5
|
+@@ -23,7 +23,7 @@ const buildStyles = (isDark) => StyleSheet.create({
|
|
6
|
+ text: Platform.select({
|
|
7
|
+ ios: {
|
|
8
|
+ textAlign: "center",
|
|
9
|
+- color: PlatformColor("secondaryLabel"),
|
|
10
|
++ color: PlatformColor("label"),
|
|
11
|
+ fontSize: 13,
|
|
12
|
+ marginTop: 4,
|
|
13
|
+ },
|