style: add bottom padding to drafts list

Add pb_xl padding to the drafts list content container for better
visual spacing at the bottom of the list.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-01-16 11:31:37 +02:00
parent 095ce2865d
commit f21757f264
@@ -112,6 +112,7 @@ export function DraftsListDialog({
ListEmptyComponent={emptyComponent}
style={[t.atoms.bg_contrast_50, a.px_0, web({minHeight: 500})]}
webInnerContentContainerStyle={[a.py_0]}
contentContainerStyle={[a.pb_xl]}
/>
</Dialog.Outer>
)