|
@@ -46,7 +46,7 @@ export const HorizontalTabView: React.FC<Props> = ({
|
|
|
<Pressable
|
|
<Pressable
|
|
|
onPress={() => onPress(name)}
|
|
onPress={() => onPress(name)}
|
|
|
onLayout={onLayout}
|
|
onLayout={onLayout}
|
|
|
- style={[styles.tabLabelWrapper, style]}
|
|
|
|
|
|
|
+ style={[styles.tabLabelWrapper, style, withNotification > 0 ? { marginTop: 3 } : {}]}
|
|
|
>
|
|
>
|
|
|
<View
|
|
<View
|
|
|
style={[
|
|
style={[
|