diff --git a/src/home/invite_screen.rs b/src/home/invite_screen.rs index dc412f35..59b43786 100644 --- a/src/home/invite_screen.rs +++ b/src/home/invite_screen.rs @@ -172,7 +172,7 @@ live_design! { align: {x: 0.5, y: 0.5} padding: 15, draw_icon: { - svg_file: (ICON_CHECKMARK) + svg_file: (ICON_JOIN_ROOM) color: (COLOR_FG_ACCEPT_GREEN), } icon_walk: {width: 16, height: 16, margin: {left: -2, right: -1} } @@ -186,6 +186,65 @@ live_design! { color: (COLOR_FG_ACCEPT_GREEN), } } + + loading_view = { + visible: false + width: Fit, height: Fit + padding: 15 + align: {x: 0.5, y: 0.5} + spacing: 10 + + show_bg: true + draw_bg: { + color: (COLOR_BG_ACCEPT_GREEN) + border_radius: 4.0 + } + + { + width: 16, height: 16 + draw_bg: { + color: (COLOR_FG_ACCEPT_GREEN) + } + } + +