tweak styles
This commit is contained in:
@@ -141,9 +141,9 @@ export function ListHiddenScreen({
|
|||||||
style={[
|
style={[
|
||||||
a.text_md,
|
a.text_md,
|
||||||
a.text_center,
|
a.text_center,
|
||||||
|
a.p_md,
|
||||||
t.atoms.text_contrast_high,
|
t.atoms.text_contrast_high,
|
||||||
{lineHeight: 1.4},
|
{lineHeight: 1.4},
|
||||||
gtMobile ? {width: 450} : [a.w_full, a.px_lg],
|
|
||||||
]}>
|
]}>
|
||||||
{isOwner ? (
|
{isOwner ? (
|
||||||
<Trans>
|
<Trans>
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ function ProfileListScreenLoaded({
|
|||||||
return moderateUserList(list, moderationOpts)
|
return moderateUserList(list, moderationOpts)
|
||||||
}, [list, moderationOpts])
|
}, [list, moderationOpts])
|
||||||
|
|
||||||
useSetTitle(list.name)
|
useSetTitle(isHidden ? _(msg`List Hidden`) : list.name)
|
||||||
|
|
||||||
useFocusEffect(
|
useFocusEffect(
|
||||||
useCallback(() => {
|
useCallback(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user