add header to empty chat list view (#3791)

This commit is contained in:
Samuel Newman 2024-05-01 18:43:54 +01:00 committed by GitHub
parent 538ca8dff1
commit 8304ad91ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 4 deletions

View file

@ -72,7 +72,7 @@ export function Error({
a.text_center,
t.atoms.text_contrast_high,
{lineHeight: 1.4},
gtMobile && {width: 450},
gtMobile ? {width: 450} : [a.w_full, a.px_lg],
]}>
{message}
</Text>