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}
|
ListEmptyComponent={emptyComponent}
|
||||||
style={[t.atoms.bg_contrast_50, a.px_0, web({minHeight: 500})]}
|
style={[t.atoms.bg_contrast_50, a.px_0, web({minHeight: 500})]}
|
||||||
webInnerContentContainerStyle={[a.py_0]}
|
webInnerContentContainerStyle={[a.py_0]}
|
||||||
|
contentContainerStyle={[a.pb_xl]}
|
||||||
/>
|
/>
|
||||||
</Dialog.Outer>
|
</Dialog.Outer>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user