fix(app): copy path button styles

This commit is contained in:
Adam
2026-02-11 06:10:44 -06:00
parent dd1862cc2b
commit c426cb0f14

View File

@@ -343,9 +343,10 @@ export function SessionHeader() {
<Show <Show
when={canOpen()} when={canOpen()}
fallback={ fallback={
<div class="flex h-[24px] box-border items-center rounded-md border border-border-base bg-surface-panel overflow-hidden">
<Button <Button
variant="ghost" variant="ghost"
class="rounded-sm h-[24px] py-1.5 pr-3 pl-2 gap-2 border-none shadow-none" class="rounded-none h-full py-0 pr-3 pl-2 gap-2 border-none shadow-none"
onClick={copyPath} onClick={copyPath}
aria-label={language.t("session.header.open.copyPath")} aria-label={language.t("session.header.open.copyPath")}
> >
@@ -354,6 +355,7 @@ export function SessionHeader() {
{language.t("session.header.open.copyPath")} {language.t("session.header.open.copyPath")}
</span> </span>
</Button> </Button>
</div>
} }
> >
<div class="flex items-center"> <div class="flex items-center">