You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
CODE
const customFont = `
${ProtestRiotFont}
font-size: 16px;
background-color: ${theme.colors.gray100};
color: ${theme.colors.gray800};
font-family: DM Sans;
margin-top: 0px;
}
`;
The text was updated successfully, but these errors were encountered: