Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Size font in RichText #222

Open
jonhy751 opened this issue Nov 14, 2024 · 0 comments
Open

[BUG]: Size font in RichText #222

jonhy751 opened this issue Nov 14, 2024 · 0 comments

Comments

@jonhy751
Copy link

Describe the bug
on an iPhone 12, when clicking on the rich text if the font is 14px, it zooms in, when you put it at 16px, it looks normal... but I wouldn't like to use that font size.

image

CODE
const customFont = `
${ProtestRiotFont}

  • {
    font-size: 16px;
    background-color: ${theme.colors.gray100};
    color: ${theme.colors.gray800};
    font-family: DM Sans;
    margin-top: 0px;
    }
    `;
@jonhy751 jonhy751 changed the title [BUG]: [BUG]: Zoom in RichText Nov 14, 2024
@jonhy751 jonhy751 changed the title [BUG]: Zoom in RichText [BUG]: Size font in RichText Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant