From 0659da6204e625c1b5eb4ff0e65bf3f1b3bbb33d Mon Sep 17 00:00:00 2001 From: sesont97 Date: Tue, 14 Oct 2025 13:57:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=A1=A5=E5=85=85react-native-paper?= =?UTF-8?q?=E5=BA=93=E6=96=87=E6=A1=A3=E5=88=97=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-paper.md | 2 +- zh-cn/react-native-paper.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-paper.md b/en/react-native-paper.md index 31e55363c..e7f751feb 100644 --- a/en/react-native-paper.md +++ b/en/react-native-paper.md @@ -1287,7 +1287,7 @@ View details[Paper](https://callstack.github.io/react-native-paper/docs/componen | selectionColor | Selection color of the input. On iOS, it sets both the selection color and cursor color. On Android, it sets only the selection color. | string | NO | All | Yes | | underlineColor | Inactive underline color of the input. | string | NO | All | Yes | | activeUnderlineColor | Active underline color of the input. | string | NO | All | Yes | -| outlineColor | Active outline color of the input. | string | NO | All || +| outlineColor | Active outline color of the input. | string | NO | All | Yes | | activeOutlineColor | Active outline color of the input. | string | NO | All | Yes | | textColor | Color of the text in the input. | string | NO | All | Yes | | dense | Sets min height with densed layout. | boolean | NO | All | Yes | diff --git a/zh-cn/react-native-paper.md b/zh-cn/react-native-paper.md index 89193546c..be9a3fb92 100644 --- a/zh-cn/react-native-paper.md +++ b/zh-cn/react-native-paper.md @@ -1286,7 +1286,7 @@ export default function App() { | selectionColor | Selection color of the input. On iOS, it sets both the selection color and cursor color. On Android, it sets only the selection color. | string | NO | All | Yes | | underlineColor | Inactive underline color of the input. | string | NO | All | Yes | | activeUnderlineColor | Active underline color of the input. | string | NO | All | Yes | -| outlineColor | Active outline color of the input. | string | NO | All || +| outlineColor | Active outline color of the input. | string | NO | All | Yes | | activeOutlineColor | Active outline color of the input. | string | NO | All | Yes | | textColor | Color of the text in the input. | string | NO | All | Yes | | dense | Sets min height with densed layout. | boolean | NO | All | Yes | -- Gitee