ソースを参照

feat(dialog) change description text color

master
Calin Chitu 3年前
コミット
625a4cf42f
1個のファイルの変更13行の追加0行の削除
  1. 13
    0
      patches/react-native-dialog+9.2.0.patch

+ 13
- 0
patches/react-native-dialog+9.2.0.patch ファイルの表示

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

読み込み中…
キャンセル
保存