git: Refine clone repo modal design (#36369)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-08-17 14:03:58 -03:00 committed by GitHub
parent 9cd13a35de
commit 46a2d8d95a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 41 additions and 53 deletions

View file

@ -1094,11 +1094,10 @@ impl RemoteServerProjects {
.size(LabelSize::Small),
)
.child(
Button::new("learn-more", "Learn more…")
Button::new("learn-more", "Learn More")
.label_size(LabelSize::Small)
.size(ButtonSize::None)
.color(Color::Accent)
.style(ButtonStyle::Transparent)
.icon(IconName::ArrowUpRight)
.icon_size(IconSize::XSmall)
.on_click(|_, _, cx| {
cx.open_url(
"https://zed.dev/docs/remote-development",