social-app icon indicating copy to clipboard operation
social-app copied to clipboard

Add base padding to Dialog.InnerFlatList

Open LegendEffects opened this issue 3 months ago • 0 comments

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: Screenshot_20241119-171828

After: Screenshot_20241119-171615

LegendEffects avatar Nov 19 '24 17:11 LegendEffects