Skip to content

Commit ce7484b

Browse files
committed
tui: fix share button text styling to use consistent 12px regular font weight
1 parent 0bc1dcb commit ce7484b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/session/session-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ export function SessionHeader() {
468468
classList: { "rounded-r-none": share.shareUrl() !== undefined },
469469
style: { scale: 1 },
470470
}}
471-
trigger={language.t("session.share.action.share")}
471+
trigger={<span class="text-12-regular">{language.t("session.share.action.share")}</span>}
472472
>
473473
<div class="flex flex-col gap-2">
474474
<Show

0 commit comments

Comments
 (0)