chore: Follow up code blocks

This commit is contained in:
Krille 2025-02-06 11:26:55 +01:00
parent e7e3b7881e
commit 39df020cc4
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

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