Fix tap target size of post dropdown menus (#1180)

This commit is contained in:
Paul Frazee
2023-08-15 15:49:52 -07:00
committed by GitHub
parent 0576caae36
commit 6ccfb1375a
8 changed files with 55 additions and 113 deletions
@@ -60,7 +60,6 @@ export const DropdownMenuTrigger = DropdownMenu.create(
icon="ellipsis"
size={20}
color={defaultCtrlColor}
style={styles.ellipsis}
/>
)}
</View>
@@ -252,9 +251,6 @@ const styles = StyleSheet.create({
height: 1,
marginVertical: 4,
},
ellipsis: {
padding: isWeb ? 0 : 10,
},
content: {
backgroundColor: '#f0f0f0',
borderRadius: 8,