Skip to content

Commit d476c8e

Browse files
committed
MaterialTopTabs: fix sceneStyle
1 parent db51d52 commit d476c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MaterialTopTabs.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ type options = {
4242
\"lazy"?: bool,
4343
lazyPreloadDistance?: float,
4444
lazyPlaceholder?: unit => React.element,
45+
sceneStyle?: Style.t,
4546
}
4647

4748
type tabBarPosition = [#top | #bottom]
@@ -57,7 +58,6 @@ type tabBarProps = {
5758
tabStyle?: Style.t,
5859
indicatorStyle?: Style.t,
5960
labelStyle?: Style.t,
60-
sceneStyle?: Style.t,
6161
style?: Style.t,
6262
renderIndicator?: React.component<{"route": route}>,
6363
activeTintColor?: string,

0 commit comments

Comments
 (0)