Unify profile tabs and lists screens placeholders (#4315)
This commit is contained in:
parent
8d8323421c
commit
44670c7ee2
6 changed files with 38 additions and 46 deletions
|
@ -52,12 +52,12 @@ export function ListsScreen({}: Props) {
|
|||
<View style={s.hContentRegion} testID="listsScreen">
|
||||
<SimpleViewHeader
|
||||
showBackButton={isMobile}
|
||||
style={
|
||||
!isMobile && [
|
||||
pal.border,
|
||||
{borderLeftWidth: hairlineWidth, borderRightWidth: hairlineWidth},
|
||||
]
|
||||
}>
|
||||
style={[
|
||||
pal.border,
|
||||
isMobile
|
||||
? {borderBottomWidth: hairlineWidth}
|
||||
: {borderLeftWidth: hairlineWidth, borderRightWidth: hairlineWidth},
|
||||
]}>
|
||||
<View style={{flex: 1}}>
|
||||
<Text type="title-lg" style={[pal.text, {fontWeight: 'bold'}]}>
|
||||
<Trans>User Lists</Trans>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue