MM-42699 Fix tap state for posts

This commit is contained in:
Elias Nahum
2022-03-22 23:45:57 -03:00
parent 52da02bc7d
commit 98d7ca6ea4

View File

@@ -91,6 +91,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
flexDirection: 'column',
},
rightColumnPadding: {paddingBottom: 3},
touchableContainer: {marginHorizontal: -20, paddingHorizontal: 20},
};
});
@@ -274,6 +275,7 @@ const Post = ({
onPress={handlePress}
onLongPress={showPostOptions}
underlayColor={changeOpacity(theme.centerChannelColor, 0.1)}
style={styles.touchableContainer}
>
<>
<PreHeader