tui: fix share button text styling to use consistent 12px regular font weight
This commit is contained in:
@@ -468,7 +468,7 @@ export function SessionHeader() {
|
|||||||
classList: { "rounded-r-none": share.shareUrl() !== undefined },
|
classList: { "rounded-r-none": share.shareUrl() !== undefined },
|
||||||
style: { scale: 1 },
|
style: { scale: 1 },
|
||||||
}}
|
}}
|
||||||
trigger={language.t("session.share.action.share")}
|
trigger={<span class="text-12-regular">{language.t("session.share.action.share")}</span>}
|
||||||
>
|
>
|
||||||
<div class="flex flex-col gap-2">
|
<div class="flex flex-col gap-2">
|
||||||
<Show
|
<Show
|
||||||
|
|||||||
Reference in New Issue
Block a user