feat(dialog) change description text color

This commit is contained in:
Calin Chitu 2022-02-08 11:40:38 +02:00 committed by Calinteodor
parent 271e2217b2
commit 625a4cf42f
1 changed files with 13 additions and 0 deletions

View File

@ -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,
},