diff --git a/en/react-native-paper.md b/en/react-native-paper.md index 31e55363cf98d29a50b46ad5eafcf5d97085f2cd..e7f751febc842ea97835e99b45d8a46ececf9414 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 89193546cbde4611a043797ae745defa51e27e22..be9a3fb927b3a674deec0fce36461bf6c62d2aae 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 |