Skip to content

Commit 5b7aa9c

Browse files
committed
fix: padding for reaction picker
1 parent 7ea133b commit 5b7aa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/MessageMenu/MessageReactionPicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ const styles = StyleSheet.create({
117117
contentContainer: {
118118
flexGrow: 1,
119119
justifyContent: 'space-around',
120-
marginVertical: 16,
120+
marginVertical: 8,
121121
},
122122
});

0 commit comments

Comments
 (0)