tui: fix share button text styling to use consistent 12px regular font weight

This commit is contained in:
David Hill
2026-02-17 17:55:55 +00:00
parent 0bc1dcbe1b
commit ce7484b4f5

View File

@@ -468,7 +468,7 @@ export function SessionHeader() {
classList: { "rounded-r-none": share.shareUrl() !== undefined },
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">
<Show