Footer tweaks
This commit is contained in:
@@ -416,14 +416,13 @@ function Footer({
|
|||||||
style={[
|
style={[
|
||||||
a.border_t,
|
a.border_t,
|
||||||
a.align_center,
|
a.align_center,
|
||||||
a.px_md,
|
a.px_lg,
|
||||||
a.pt_xl,
|
a.pt_xl,
|
||||||
a.gap_md,
|
a.gap_md,
|
||||||
t.atoms.bg,
|
t.atoms.bg,
|
||||||
t.atoms.border_contrast_medium,
|
t.atoms.border_contrast_medium,
|
||||||
{
|
{
|
||||||
height: 190 + bottomInset,
|
paddingBottom: a.pb_lg.paddingBottom + bottomInset,
|
||||||
paddingBottom: 20 + bottomInset,
|
|
||||||
},
|
},
|
||||||
isNative && [
|
isNative && [
|
||||||
a.border_l,
|
a.border_l,
|
||||||
@@ -511,13 +510,13 @@ function Footer({
|
|||||||
a.w_full,
|
a.w_full,
|
||||||
a.justify_between,
|
a.justify_between,
|
||||||
a.align_center,
|
a.align_center,
|
||||||
{marginTop: 'auto'},
|
isNative ? a.mt_sm : a.mt_md,
|
||||||
]}>
|
]}>
|
||||||
{isEditEnabled ? (
|
{isEditEnabled ? (
|
||||||
<Button
|
<Button
|
||||||
label={_(msg`Edit`)}
|
label={_(msg`Edit`)}
|
||||||
variant="ghost"
|
variant="solid"
|
||||||
color="primary"
|
color="secondary"
|
||||||
size="small"
|
size="small"
|
||||||
style={{width: 70}}
|
style={{width: 70}}
|
||||||
onPress={editDialogControl.open}>
|
onPress={editDialogControl.open}>
|
||||||
|
|||||||
Reference in New Issue
Block a user