fix(app): session header 'share' button to hug content (#11371)
parent
597ae57bb1
commit
ac254fb442
|
|
@ -167,7 +167,7 @@ export function SessionHeader() {
|
|||
triggerAs={Button}
|
||||
triggerProps={{
|
||||
variant: "secondary",
|
||||
class: "rounded-sm w-[60px] h-[24px]",
|
||||
class: "rounded-sm h-[24px] px-3",
|
||||
classList: { "rounded-r-none": shareUrl() !== undefined },
|
||||
style: { scale: 1 },
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue