chore: fix mention font size
This commit is contained in:
parent
1218f785b6
commit
575b928ede
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