Update collab panel empty state to match project panel

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nate Butler 2023-08-16 13:56:11 -04:00
parent 43127384c6
commit 925e09e012
2 changed files with 33 additions and 1 deletions

View file

@ -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)
})