Update collab panel empty state to match project panel
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
43127384c6
commit
925e09e012
2 changed files with 33 additions and 1 deletions
|
@ -2299,6 +2299,8 @@ impl View for CollabPanel {
|
|||
MouseEventHandler::new::<LogInButton, _>(0, cx, |state, _| {
|
||||
let button = theme.log_in_button.style_for(state);
|
||||
Label::new("Sign in to collaborate", button.text.clone())
|
||||
.aligned()
|
||||
.left()
|
||||
.contained()
|
||||
.with_style(button.container)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue