First pass at fixing large type by adding maxFontSizeMultiplier (#10037)
This commit is contained in:
@@ -145,7 +145,7 @@ function PostThreadFollowBtnLoaded({
|
||||
{gtMobile && (
|
||||
<ButtonIcon icon={isFollowing ? CheckIcon : PlusIcon} size="sm" />
|
||||
)}
|
||||
<ButtonText>
|
||||
<ButtonText maxFontSizeMultiplier={2}>
|
||||
{!isFollowing ? (
|
||||
isFollowedBy ? (
|
||||
<Trans>Follow back</Trans>
|
||||
|
||||
Reference in New Issue
Block a user