tweak styles

This commit is contained in:
Hailey
2024-08-19 17:51:12 -07:00
parent 216d3cd9ae
commit 1086aa275c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -154,7 +154,7 @@ function ProfileListScreenLoaded({
return moderateUserList(list, moderationOpts)
}, [list, moderationOpts])
useSetTitle(list.name)
useSetTitle(isHidden ? _(msg`List Hidden`) : list.name)
useFocusEffect(
useCallback(() => {