feat(dialog) change description text color
This commit is contained in:
parent
271e2217b2
commit
625a4cf42f
|
@ -0,0 +1,13 @@
|
|||
diff --git a/node_modules/react-native-dialog/lib/Description.js b/node_modules/react-native-dialog/lib/Description.js
|
||||
index 7eb97bb..2da9ed3 100644
|
||||
--- a/node_modules/react-native-dialog/lib/Description.js
|
||||
+++ b/node_modules/react-native-dialog/lib/Description.js
|
||||
@@ -23,7 +23,7 @@ const buildStyles = (isDark) => StyleSheet.create({
|
||||
text: Platform.select({
|
||||
ios: {
|
||||
textAlign: "center",
|
||||
- color: PlatformColor("secondaryLabel"),
|
||||
+ color: PlatformColor("label"),
|
||||
fontSize: 13,
|
||||
marginTop: 4,
|
||||
},
|
Loading…
Reference in New Issue