Merge pull request #3132 from pangeachat/mention-text-size
chore: fix mention font size
This commit is contained in:
commit
1f68ee6da4
1 changed files with 2 additions and 2 deletions
|
|
@ -408,7 +408,7 @@ class HtmlMessage extends StatelessWidget {
|
|||
outerContext: context,
|
||||
// #Pangea
|
||||
// fontSize: fontSize,
|
||||
fontSize: renderer.fontSize(context),
|
||||
fontSize: renderer.fontSize(context) ?? fontSize,
|
||||
// Pangea#
|
||||
color: linkStyle.color,
|
||||
// #Pangea
|
||||
|
|
@ -432,7 +432,7 @@ class HtmlMessage extends StatelessWidget {
|
|||
outerContext: context,
|
||||
// #Pangea
|
||||
// fontSize: fontSize,
|
||||
fontSize: renderer.fontSize(context),
|
||||
fontSize: renderer.fontSize(context) ?? fontSize,
|
||||
// Pangea#
|
||||
color: linkStyle.color,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue