fix(app): update share popover gutter to 6px and radius to match status dropdown
This commit is contained in:
@@ -163,7 +163,8 @@ export function SessionHeader() {
|
|||||||
? language.t("session.share.popover.description.shared")
|
? language.t("session.share.popover.description.shared")
|
||||||
: language.t("session.share.popover.description.unshared")
|
: language.t("session.share.popover.description.unshared")
|
||||||
}
|
}
|
||||||
gutter={8}
|
gutter={6}
|
||||||
|
class="rounded-xl"
|
||||||
triggerAs={Button}
|
triggerAs={Button}
|
||||||
triggerProps={{
|
triggerProps={{
|
||||||
variant: "secondary",
|
variant: "secondary",
|
||||||
|
|||||||
Reference in New Issue
Block a user