ssh: Add UI refinements to the remote modals (#19558)

This PR polishes spacing, borders, header design, font size, etc.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-10-22 16:33:59 -03:00 committed by GitHub
parent 6dcec47235
commit 23ad470daf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 106 additions and 89 deletions

View file

@ -145,6 +145,7 @@ mod test {
}
#[gpui::test]
#[cfg(not(target_os = "linux"))]
async fn test_replace_mode(cx: &mut gpui::TestAppContext) {
let mut cx: NeovimBackedTestContext = NeovimBackedTestContext::new(cx).await;