agent: Fix edit bar's background color when zoomed in (#34163)
When the panel was zoomed in, the edit bar's background color would have a different color than the rest of the panel. This PR fixes it by using the `panel_background` color token. Release Notes: - N/A
This commit is contained in:
parent
9b63ba6205
commit
95784d53ca
6 changed files with 15 additions and 18 deletions
|
@ -258,6 +258,7 @@ pub enum IconName {
|
|||
ToolHammer,
|
||||
ToolNotification,
|
||||
ToolPencil,
|
||||
ToolRead,
|
||||
ToolRegex,
|
||||
ToolSearch,
|
||||
ToolTerminal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue