Adjust padding
This commit is contained in:
committed by
Samuel Newman
parent
d1e62af654
commit
80bae9da21
@@ -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>
|
||||
|
||||
@@ -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={[
|
||||
|
||||
Reference in New Issue
Block a user