Adjust padding

This commit is contained in:
Alex Benzer
2026-01-02 11:17:00 -08:00
committed by Samuel Newman
parent d1e62af654
commit 80bae9da21
2 changed files with 2 additions and 7 deletions
+1 -6
View File
@@ -1454,12 +1454,7 @@ function ComposerTopBar({
color="primary"
shape="default"
size="small"
style={[
a.rounded_full,
a.py_sm,
{paddingLeft: 7, paddingRight: 7},
a.mr_sm,
]}
style={[a.rounded_full, a.py_sm, a.mr_sm]}
onPress={onPressDrafts}>
<ButtonText style={[a.text_md]}>
<Trans>Drafts</Trans>
+1 -1
View File
@@ -155,7 +155,7 @@ function DraftListItem({
]}>
<UserAvatar avatar={profile?.avatar} size={42} type="user" />
<View style={[a.flex_1, a.gap_sm, a.pr_md]}>
<View style={[a.flex_1, a.gap_xs, a.pr_md]}>
<View style={[a.flex_row, a.align_center, a.gap_xs]}>
<Text
style={[