Fix alignment of MutedWords close button

This commit is contained in:
Eric Bailey
2024-03-12 14:01:15 -05:00
parent c9d821c572
commit 386332d5c7
+1 -1
View File
@@ -254,9 +254,9 @@ function MutedWordsInner({}: {control: Dialog.DialogOuterProps['control']}) {
</View> </View>
{isNative && <View style={{height: 20}} />} {isNative && <View style={{height: 20}} />}
</View>
<Dialog.Close /> <Dialog.Close />
</View>
</Dialog.ScrollableInner> </Dialog.ScrollableInner>
) )
} }