Skip to content

The font of the username isn't scalable #273

@lissine0

Description

@lissine0
Image Image

This is due to using a fixed font size:

VStack(alignment: .leading, spacing: 4) {
if params.showUsername, !message.user.isCurrentUser {
Text(message.user.name)
.font(.system(size: 12, weight: .bold))

Note that the user name shown in replies has a scalable font:

VStack(alignment: .leading, spacing: 0) {
Text(message.user.name)
.fontWeight(.semibold)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions