Bluesky app fork with some witchin' additions 💫

restore flatten in emoji reaction picker (#9375)

authored by samuel.fm and committed by

GitHub a275e899 8d2d4550

+2 -2
+2 -2
src/components/dms/EmojiReactionPicker.web.tsx
··· 134 134 accessibilityRole="button" 135 135 role="button" 136 136 onPress={() => setExpanded(true)} 137 - style={[ 137 + style={flatten([ 138 138 a.rounded_full, 139 139 {height: 34, width: 34}, 140 140 a.justify_center, 141 141 a.align_center, 142 - ]}> 142 + ])}> 143 143 <DotGridIcon size="lg" style={t.atoms.text_contrast_medium} /> 144 144 </Pressable> 145 145 </DropdownMenu.Item>