restore flatten in emoji reaction picker (#9375)
This commit is contained in:
@@ -134,12 +134,12 @@ function MenuInner({
|
|||||||
accessibilityRole="button"
|
accessibilityRole="button"
|
||||||
role="button"
|
role="button"
|
||||||
onPress={() => setExpanded(true)}
|
onPress={() => setExpanded(true)}
|
||||||
style={[
|
style={flatten([
|
||||||
a.rounded_full,
|
a.rounded_full,
|
||||||
{height: 34, width: 34},
|
{height: 34, width: 34},
|
||||||
a.justify_center,
|
a.justify_center,
|
||||||
a.align_center,
|
a.align_center,
|
||||||
]}>
|
])}>
|
||||||
<DotGridIcon size="lg" style={t.atoms.text_contrast_medium} />
|
<DotGridIcon size="lg" style={t.atoms.text_contrast_medium} />
|
||||||
</Pressable>
|
</Pressable>
|
||||||
</DropdownMenu.Item>
|
</DropdownMenu.Item>
|
||||||
|
|||||||
Reference in New Issue
Block a user