chore: Follow up code blocks

pull/1595/head
Krille 3 weeks ago
parent e7e3b7881e
commit 39df020cc4
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -280,7 +280,10 @@ class HtmlMessage extends StatelessWidget {
horizontal: 8,
vertical: isInline ? 0 : 8,
),
textStyle: TextStyle(fontSize: fontSize),
textStyle: TextStyle(
fontSize: fontSize,
fontFamily: 'UbuntuMono',
),
),
),
),

Loading…
Cancel
Save