Skip to content

Commit d67e199

Browse files
committed
fix(predict): more spacing between tabbar and content
1 parent 891f6cd commit d67e199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/UI/Predict/views/PredictFeed/PredictFeed.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ const PredictFeed: React.FC = () => {
757757
onPageChange={handlePageChange}
758758
scrollHandler={scrollHandler}
759759
headerHeight={headerHeight}
760-
tabBarHeight={tabBarHeight}
760+
tabBarHeight={tabBarHeight + 6}
761761
headerHidden={headerHidden}
762762
/>
763763
)}

0 commit comments

Comments
 (0)