assistant2: Adjust spacing and icons on the context picker (#23607)
Just fine-tuning spacing, icon size and color, and ensure they're are consistent throughout. Release Notes: - N/A
This commit is contained in:
parent
8efed4c449
commit
fc3a871264
9 changed files with 45 additions and 22 deletions
|
@ -540,7 +540,7 @@ impl Render for ContextMenu {
|
|||
};
|
||||
let label_element = if let Some(icon_name) = icon {
|
||||
h_flex()
|
||||
.gap_2()
|
||||
.gap_1p5()
|
||||
.when(*icon_position == IconPosition::Start, |flex| {
|
||||
flex.child(
|
||||
Icon::new(*icon_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue