@@ -46,7 +46,7 @@ export const HorizontalTabView: React.FC<Props> = ({
<Pressable
onPress={() => onPress(name)}
onLayout={onLayout}
- style={[styles.tabLabelWrapper, style]}
+ style={[styles.tabLabelWrapper, style, withNotification > 0 ? { marginTop: 3 } : {}]}
>
<View
style={[
@@ -70,8 +70,8 @@ export const styles = StyleSheet.create({
},
notificationContainer: {
position: 'absolute',
- top: -5,
- right: -5
+ top: -2,
+ right: -3
gridContainer: {