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:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user