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