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