style: 将工具折叠图标颜色从蓝色改为灰色

- 修改 toolIcons.ts 中的 SVG 填充色为 #8a8a8a
   - 清理 messageArea.ts 中冗余的 CSS 样式规则
This commit is contained in:
Roe-xin
2026-03-04 16:46:40 +08:00
parent 95bac94479
commit 19cdf47bed
2 changed files with 2 additions and 6 deletions

View File

@ -422,10 +422,6 @@ export function getMessageAreaStyles(): string {
height: 100%;
display: block;
}
.tool-collapse-icon svg path {
fill: #007ACC !important;
}
.icon-collapsed svg path,
.icon-expanded svg path {
fill: #007ACC !important;
}