social-app
social-app copied to clipboard
Add base padding to Dialog.InnerFlatList
Adds the basePadding magic numbers from Dialog.ScrollableInner to Dialog.InnerFlatList, this fixes contents being cut off. This still isn't perfect as it's not square with the bottom without the extra padding applied but it's better than having them cut off.
Before:
After: