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

@ -121,6 +121,9 @@ class PinnedEvents extends StatelessWidget {
.onSurfaceVariant,
fontSize: fontSize,
decoration: TextDecoration.underline,
decorationColor: Theme.of(context)
.colorScheme
.onSurfaceVariant,
),
onLinkTap: (url) =>
UrlLauncher(context, url).launchUrl(),