File tree Expand file tree Collapse file tree
packages/app/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ export function SessionHeader() {
354354 < div class = "flex h-[24px] box-border items-center rounded-md border border-border-weak-base bg-surface-panel overflow-hidden" >
355355 < Button
356356 variant = "ghost"
357- class = "rounded-none h-full py-0 pr-3 pl-0.5 gap-2 border-none shadow-none"
357+ class = "rounded-none h-full py-0 pr-2 pl-0.5 gap-1.5 border-none shadow-none"
358358 onClick = { copyPath }
359359 aria-label = { language . t ( "session.header.open.copyPath" ) }
360360 >
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export function StatusPopover() {
196196 triggerProps = { {
197197 variant : "ghost" ,
198198 class :
199- "rounded-md h-[24px] pr-3 pl-0.5 gap-2 border border-border-weak-base bg-surface-panel shadow-none data-[expanded]:bg-surface-raised-base-hover" ,
199+ "rounded-md h-[24px] pr-2 pl-0.5 gap-2 border border-border-weak-base bg-surface-panel shadow-none data-[expanded]:bg-surface-raised-base-hover" ,
200200 style : { scale : 1 } ,
201201 } }
202202 trigger = {
You can’t perform that action at this time.
0 commit comments