mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
Fix panic in tests
This commit is contained in:
parent
62e763d0d3
commit
d2279674a7
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ impl View for CollabTitlebarItem {
|
|||
.with_child(
|
||||
Flex::row()
|
||||
.with_child(right_container.contained().with_background_color(
|
||||
theme.workspace.titlebar.container.background_color.unwrap(),
|
||||
theme.workspace.titlebar.container.background_color.unwrap_or_else(|| Color::transparent_black()),
|
||||
))
|
||||
.aligned()
|
||||
.right(),
|
||||
|
|
Loading…
Reference in a new issue