Bluesky app fork with some witchin' additions 💫

Small fixes (#3184)

* Fix alignment of MutedWords close button

* Add cancel button to dropdowns

* Revert "Add cancel button to dropdowns"

This reverts commit b8f5ddce924311e439aeaa844a80d38f6e7da051.

authored by

Eric Bailey and committed by
GitHub
eeba0387 c9d821c5

+2 -2
+2 -2
src/components/dialogs/MutedWords.tsx
··· 254 254 </View> 255 255 256 256 {isNative && <View style={{height: 20}} />} 257 - 258 - <Dialog.Close /> 259 257 </View> 258 + 259 + <Dialog.Close /> 260 260 </Dialog.ScrollableInner> 261 261 ) 262 262 }