Remove red border

This commit is contained in:
Nate Butler 2023-12-19 10:03:59 -05:00
parent 2c402f9b5d
commit 42a02e4fb6

View File

@ -1174,8 +1174,6 @@ impl Render for AssistantPanel {
.into_any_element()
}),
)
.border()
.border_color(gpui::red())
}
}
}