Adjust padding
This commit is contained in:
committed by
Samuel Newman
parent
d1e62af654
commit
80bae9da21
@@ -1454,12 +1454,7 @@ function ComposerTopBar({
|
|||||||
color="primary"
|
color="primary"
|
||||||
shape="default"
|
shape="default"
|
||||||
size="small"
|
size="small"
|
||||||
style={[
|
style={[a.rounded_full, a.py_sm, a.mr_sm]}
|
||||||
a.rounded_full,
|
|
||||||
a.py_sm,
|
|
||||||
{paddingLeft: 7, paddingRight: 7},
|
|
||||||
a.mr_sm,
|
|
||||||
]}
|
|
||||||
onPress={onPressDrafts}>
|
onPress={onPressDrafts}>
|
||||||
<ButtonText style={[a.text_md]}>
|
<ButtonText style={[a.text_md]}>
|
||||||
<Trans>Drafts</Trans>
|
<Trans>Drafts</Trans>
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ function DraftListItem({
|
|||||||
]}>
|
]}>
|
||||||
<UserAvatar avatar={profile?.avatar} size={42} type="user" />
|
<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]}>
|
<View style={[a.flex_row, a.align_center, a.gap_xs]}>
|
||||||
<Text
|
<Text
|
||||||
style={[
|
style={[
|
||||||
|
|||||||
Reference in New Issue
Block a user