Skip to content

Commit 01c6965

Browse files
committed
Move labelStyle to options
1 parent 7c681a9 commit 01c6965

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

versioned_docs/version-7.x/tab-view.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,6 @@ Style to apply to the active indicator.
425425

426426
Style to apply to the container view for the indicator.
427427

428-
##### `labelStyle`
429-
430-
Style to apply to the tab item label.
431-
432428
##### `contentContainerStyle`
433429

434430
Style to apply to the inner container for tabs.
@@ -515,6 +511,10 @@ label: ({ route, labelText, focused, color }) => (
515511
);
516512
```
517513
514+
##### `labelStyle`
515+
516+
Style to apply to the tab item label.
517+
518518
##### `icon`
519519
520520
A function that returns a custom React Element to be used as an icon. The function receives an object with the following properties:

0 commit comments

Comments
 (0)