Display a temporary window while remote project is loading

This commit is contained in:
Antonio Scandurra
2022-05-16 17:45:50 +02:00
parent e6576b32b2
commit aa90c06012
12 changed files with 121 additions and 7 deletions
+4
View File
@@ -41,6 +41,10 @@ export default function workspace(theme: Theme) {
return {
background: backgroundColor(theme, 300),
joiningProjectMessage: {
padding: 12,
...text(theme, "sans", "primary", { size: "lg" })
},
leaderBorderOpacity: 0.7,
leaderBorderWidth: 2.0,
tab,