Decrease the size of the branch picker icon (#32387)

<img width="323" alt="image"
src="https://github.com/user-attachments/assets/0060eaf3-35f9-4f0f-b9b6-e26ffad853c2"
/>

<img width="323" alt="image"
src="https://github.com/user-attachments/assets/57b66dae-2a74-401f-82c1-8fc730a98fb0
" />

Release Notes:

- Adjusted size of the icon inside the title bar's branch picker when
that's turned on.
This commit is contained in:
Ben Hamment 2025-06-09 15:08:53 +01:00 committed by GitHub
parent 8332e60ca9
commit 047a7f5d29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -595,6 +595,7 @@ impl TitleBar {
.icon(IconName::GitBranch)
.icon_position(IconPosition::Start)
.icon_color(Color::Muted)
.icon_size(IconSize::Indicator)
},
),
)