mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
fix(app): update share popover gutter to 6px and radius to match status dropdown
This commit is contained in:
parent
937474aff0
commit
cf7c6417f8
1 changed files with 2 additions and 1 deletions
|
|
@ -163,7 +163,8 @@ export function SessionHeader() {
|
|||
? language.t("session.share.popover.description.shared")
|
||||
: language.t("session.share.popover.description.unshared")
|
||||
}
|
||||
gutter={8}
|
||||
gutter={6}
|
||||
class="rounded-xl"
|
||||
triggerAs={Button}
|
||||
triggerProps={{
|
||||
variant: "secondary",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue