Skip to content

Commit 8fcfbd6

Browse files
committed
tweak(app): align titlebar search text size
Use the same 12px text style for the titlebar search placeholder as the status and open actions.
1 parent a8669ab commit 8fcfbd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/session/session-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export function SessionHeader() {
329329
>
330330
<div class="flex min-w-0 flex-1 items-center gap-2 overflow-visible">
331331
<Icon name="magnifying-glass" size="normal" class="icon-base shrink-0" />
332-
<span class="flex-1 min-w-0 text-14-regular text-text-weak truncate h-4.5 flex items-center">
332+
<span class="flex-1 min-w-0 text-12-regular text-text-weak truncate h-4.5 flex items-center">
333333
{language.t("session.header.search.placeholder", { project: name() })}
334334
</span>
335335
</div>

0 commit comments

Comments
 (0)