properly handle weight prop on Text and TextTitle

This commit is contained in:
jeffvli
2025-09-29 00:34:27 -07:00
parent 1bbbe56901
commit 6a48bcf236
2 changed files with 4 additions and 0 deletions
@@ -25,6 +25,7 @@ const _TextTitle = ({
isMuted,
isNoSelect,
overflow,
weight,
...rest
}: TextTitleProps) => {
return (
@@ -39,6 +40,7 @@ const _TextTitle = ({
},
className,
)}
fw={weight}
{...rest}
>
{children}