Reduce composer font size (#8591)
This commit is contained in:
@@ -836,7 +836,7 @@ let ComposerPost = React.memo(function ComposerPost({
|
|||||||
<View style={[a.flex_row, isNative && a.flex_1]}>
|
<View style={[a.flex_row, isNative && a.flex_1]}>
|
||||||
<UserAvatar
|
<UserAvatar
|
||||||
avatar={currentProfile?.avatar}
|
avatar={currentProfile?.avatar}
|
||||||
size={50}
|
size={42}
|
||||||
type={currentProfile?.associated?.labeler ? 'labeler' : 'user'}
|
type={currentProfile?.associated?.labeler ? 'labeler' : 'user'}
|
||||||
style={[a.mt_xs]}
|
style={[a.mt_xs]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ export function ComposerReplyTo({replyTo}: {replyTo: ComposerOptsPostRef}) {
|
|||||||
)}
|
)}
|
||||||
accessibilityHint="">
|
accessibilityHint="">
|
||||||
<PreviewableUserAvatar
|
<PreviewableUserAvatar
|
||||||
size={50}
|
size={42}
|
||||||
profile={replyTo.author}
|
profile={replyTo.author}
|
||||||
moderation={replyTo.moderation?.ui('avatar')}
|
moderation={replyTo.moderation?.ui('avatar')}
|
||||||
type={replyTo.author.associated?.labeler ? 'labeler' : 'user'}
|
type={replyTo.author.associated?.labeler ? 'labeler' : 'user'}
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ export const TextInput = forwardRef(function TextInputImpl(
|
|||||||
|
|
||||||
const inputTextStyle = React.useMemo(() => {
|
const inputTextStyle = React.useMemo(() => {
|
||||||
const style = normalizeTextStyles(
|
const style = normalizeTextStyles(
|
||||||
[a.text_xl, a.leading_snug, t.atoms.text],
|
[a.text_lg, a.leading_snug, t.atoms.text],
|
||||||
{
|
{
|
||||||
fontScale: fonts.scaleMultiplier,
|
fontScale: fonts.scaleMultiplier,
|
||||||
fontFamily: fonts.family,
|
fontFamily: fonts.family,
|
||||||
|
|||||||
Reference in New Issue
Block a user