File tree Expand file tree Collapse file tree
packages/app/src/components/session Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments