First pass at fixing large type by adding maxFontSizeMultiplier (#10037)

This commit is contained in:
Samuel Newman
2026-03-10 23:39:02 +02:00
committed by GitHub
parent 6187e79b0e
commit 8b67a3ec2e
11 changed files with 41 additions and 56 deletions
@@ -145,7 +145,7 @@ function PostThreadFollowBtnLoaded({
{gtMobile && (
<ButtonIcon icon={isFollowing ? CheckIcon : PlusIcon} size="sm" />
)}
<ButtonText>
<ButtonText maxFontSizeMultiplier={2}>
{!isFollowing ? (
isFollowedBy ? (
<Trans>Follow back</Trans>