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

@ -136,6 +136,10 @@ class ChatDetailsView extends StatelessWidget {
.textTheme
.bodyMedium!
.color,
decorationColor: Theme.of(context)
.textTheme
.bodyMedium!
.color,
),
onLinkTap: (url) =>
UrlLauncher(context, url).launchUrl(),