Skip to content

Commit b9f6b40

Browse files
authored
tweak(ui): remove open label (#17512)
1 parent ad06d8f commit b9f6b40

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export function SessionHeader() {
326326
<div class="flex h-[24px] box-border items-center rounded-md border border-border-weak-base bg-surface-panel overflow-hidden">
327327
<Button
328328
variant="ghost"
329-
class="rounded-none h-full py-0 pr-1.5 pl-px gap-1.5 border-none shadow-none disabled:!cursor-default"
329+
class="rounded-none h-full px-0.5 border-none shadow-none disabled:!cursor-default"
330330
classList={{
331331
"bg-surface-raised-base-active": opening(),
332332
}}
@@ -339,7 +339,6 @@ export function SessionHeader() {
339339
<Spinner class="size-3.5" style={{ color: tint() ?? "var(--icon-base)" }} />
340340
</Show>
341341
</div>
342-
<span class="text-12-regular text-text-strong">{language.t("common.open")}</span>
343342
</Button>
344343
<DropdownMenu
345344
gutter={4}

0 commit comments

Comments
 (0)