Update provider logos (#16115)
- Updates provider logos for Anthropic, Google and Ollama - Increases the size of icons in the model selector Release Notes: - N/A
This commit is contained in:
parent
6389c613a2
commit
f992cfdc7f
4 changed files with 23 additions and 7 deletions
|
@ -158,7 +158,7 @@ impl PickerDelegate for ModelPickerDelegate {
|
|||
div().pr_1().child(
|
||||
Icon::new(model_info.provider_icon)
|
||||
.color(Color::Muted)
|
||||
.size(IconSize::XSmall),
|
||||
.size(IconSize::Medium),
|
||||
),
|
||||
)
|
||||
.child(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue