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 @@ -449,7 +449,7 @@ export function SessionHeader() {
449449 triggerProps = { {
450450 variant : "ghost" ,
451451 class :
452- "rounded-md h-[24px] px-3 border border-border-base bg-surface-panel shadow-none data-[expanded]:bg-surface-raised-base-active" ,
452+ "rounded-md h-[24px] px-3 border border-border-weak- base bg-surface-panel shadow-none data-[expanded]:bg-surface-raised-base-active" ,
453453 classList : { "rounded-r-none" : share . shareUrl ( ) !== undefined } ,
454454 style : { scale : 1 } ,
455455 } }
@@ -522,7 +522,7 @@ export function SessionHeader() {
522522 < IconButton
523523 icon = { share . state . copied ? "check" : "link" }
524524 variant = "ghost"
525- class = "rounded-l-none h-[24px] border border-border-base bg-surface-panel shadow-none"
525+ class = "rounded-l-none h-[24px] border border-border-weak- base bg-surface-panel shadow-none"
526526 onClick = { ( ) => share . copyLink ( ( error ) => showRequestError ( language , error ) ) }
527527 disabled = { share . state . unshare }
528528 aria-label = {
You can’t perform that action at this time.
0 commit comments