style: Link underline color

This commit is contained in:
Christian Pauly 2023-02-14 14:05:18 +01:00
commit e2aa5584a2
5 changed files with 11 additions and 0 deletions

View file

@ -55,6 +55,7 @@ class HtmlMessage extends StatelessWidget {
themeData.textTheme.bodyMedium!.copyWith(
color: themeData.colorScheme.secondary,
decoration: TextDecoration.underline,
decorationColor: themeData.colorScheme.secondary,
),
shrinkToFit: true,
maxLines: maxLines,