|
|
@@ -90,7 +90,7 @@ export const HorizontalTabView: React.FC<Props> = ({
|
|
|
activeColor={Colors.ORANGE}
|
|
|
inactiveColor={Colors.DARK_BLUE}
|
|
|
keepActiveTabCentered
|
|
|
- contentContainerStyle={{ paddingHorizontal: 0 }}
|
|
|
+ contentContainerStyle={{ paddingHorizontal: '5%' }}
|
|
|
style={[styles.tabBar, tabBarStyle]}
|
|
|
tabStyle={[styles.tabStyle, maxTabHeight ? { maxHeight: maxTabHeight } : {}]}
|
|
|
TabItemComponent={TabItemComponent}
|