Skip to content

Commit 3dc312d

Browse files
authored
Fix/ add tintColor to tabbar gradient (#1867)
* add tintColor to tabbar gradient * update fader color
1 parent 573dd2d commit 3dc312d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tabController/TabBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ interface Props extends TabControllerBarProps, BaseComponentInjectedProps, Forwa
117117
children?: ChildProps[] | ChildProps;
118118
}
119119

120-
const FADER_PROPS = {size: 76};
120+
const FADER_PROPS = {size: 76, tintColor: Colors.$backgroundDefault};
121121

122122
/**
123123
* @description: TabController's TabBar component

0 commit comments

Comments
 (0)