add header to empty chat list view (#3791)
This commit is contained in:
parent
538ca8dff1
commit
8304ad91ac
2 changed files with 22 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue