Fix tap target size of post dropdown menus (#1180)
This commit is contained in:
@@ -52,6 +52,7 @@ export const RepostButton = ({
|
||||
<View
|
||||
style={[
|
||||
styles.control,
|
||||
!big && styles.controlPad,
|
||||
(isReposted
|
||||
? styles.reposted
|
||||
: defaultControlColor) as StyleProp<ViewStyle>,
|
||||
@@ -77,6 +78,9 @@ const styles = StyleSheet.create({
|
||||
alignItems: 'center',
|
||||
gap: 4,
|
||||
},
|
||||
controlPad: {
|
||||
padding: 5,
|
||||
},
|
||||
reposted: {
|
||||
color: colors.green3,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user