tweak(ui): update magnifying-glass icon

Replace the magnifying-glass glyph with a 16px viewBox variant and keep default 1px stroke; adjust the titlebar search to render the icon at 16x16.
This commit is contained in:
David Hill
2026-02-17 14:31:20 +00:00
parent 8e243c6500
commit 222b6cda96
2 changed files with 4 additions and 3 deletions

View File

@@ -326,7 +326,7 @@ export function SessionHeader() {
aria-label={language.t("session.header.searchFiles")}
>
<div class="flex min-w-0 flex-1 items-center gap-1.5 overflow-visible">
<Icon name="magnifying-glass" size="normal" class="icon-base shrink-0" />
<Icon name="magnifying-glass" size="small" class="icon-base shrink-0 size-4" />
<span class="flex-1 min-w-0 text-12-regular text-text-weak truncate text-left">
{language.t("session.header.search.placeholder", { project: name() })}
</span>