Skip to content

Commit 99d242d

Browse files
Fix typo in v7
1 parent 7d728c4 commit 99d242d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-7.x/elements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Extra padding to add at the top of header to account for translucent status bar.
157157

158158
### `HeaderBackground`
159159

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).
161161

162162
Usage:
163163

@@ -167,7 +167,7 @@ Usage:
167167

168168
### `HeaderTitle`
169169

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).
171171

172172
The color of title defaults to the [theme text color](themes.md). You can override it by passing a `tintColor` prop.
173173

0 commit comments

Comments
 (0)