You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-7.x/elements.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ Extra padding to add at the top of header to account for translucent status bar.
157
157
158
158
### `HeaderBackground`
159
159
160
-
A component containing the styles used in the background of the header, such as the background color and shadow. It's the default for [`headerBackground`](#headerbackground). It accepts the same props as an[`View`](https://reactnative.dev/docs/view).
160
+
A component containing the styles used in the background of the header, such as the background color and shadow. It's the default for [`headerBackground`](#headerbackground). It accepts the same props as a[`View`](https://reactnative.dev/docs/view).
161
161
162
162
Usage:
163
163
@@ -167,7 +167,7 @@ Usage:
167
167
168
168
### `HeaderTitle`
169
169
170
-
A component used to show the title text in header. It's the default for [`headerTitle`](#headertitle). It accepts the same props as an[`Text`](https://reactnative.dev/docs/Text).
170
+
A component used to show the title text in header. It's the default for [`headerTitle`](#headertitle). It accepts the same props as a[`Text`](https://reactnative.dev/docs/Text).
171
171
172
172
The color of title defaults to the [theme text color](themes.md). You can override it by passing a `tintColor` prop.
0 commit comments