restore flatten in emoji reaction picker (#9375)

This commit is contained in:
Samuel Newman
2025-11-11 13:18:24 +02:00
committed by GitHub
parent 8d2d45508d
commit a275e8999e
@@ -134,12 +134,12 @@ function MenuInner({
accessibilityRole="button"
role="button"
onPress={() => setExpanded(true)}
style={[
style={flatten([
a.rounded_full,
{height: 34, width: 34},
a.justify_center,
a.align_center,
]}>
])}>
<DotGridIcon size="lg" style={t.atoms.text_contrast_medium} />
</Pressable>
</DropdownMenu.Item>