style: Link underline color
This commit is contained in:
parent
ab23ba6c2c
commit
e2aa5584a2
5 changed files with 11 additions and 0 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue