Refine messages on waiting to join screen and include host avatar

This commit is contained in:
Nathan Sobo
2022-05-16 16:52:31 -06:00
parent 91257f308e
commit 7c3eebf93e
13 changed files with 125 additions and 29 deletions

View File

@@ -41,6 +41,10 @@ export default function workspace(theme: Theme) {
return {
background: backgroundColor(theme, 300),
joiningProjectAvatar: {
cornerRadius: 40,
width: 80,
},
joiningProjectMessage: {
padding: 12,
...text(theme, "sans", "primary", { size: "lg" })