assistant2: Add tiny design improvements (#27399)
Really small stuff, like adding icons and adjusting colors. Release Notes: - N/A
This commit is contained in:
parent
bcfc9e4437
commit
c32dece1b8
8 changed files with 11 additions and 5 deletions
|
@ -547,7 +547,8 @@ impl CompletionsMenu {
|
|||
.or_else(|| {
|
||||
completion.icon_path.as_ref().map(|path| {
|
||||
Icon::from_path(path)
|
||||
.size(IconSize::Small)
|
||||
.size(IconSize::XSmall)
|
||||
.color(Color::Muted)
|
||||
.into_any_element()
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue