style: Link underline color
This commit is contained in:
parent
ab23ba6c2c
commit
e2aa5584a2
5 changed files with 11 additions and 0 deletions
|
|
@ -136,6 +136,10 @@ class ChatDetailsView extends StatelessWidget {
|
|||
.textTheme
|
||||
.bodyMedium!
|
||||
.color,
|
||||
decorationColor: Theme.of(context)
|
||||
.textTheme
|
||||
.bodyMedium!
|
||||
.color,
|
||||
),
|
||||
onLinkTap: (url) =>
|
||||
UrlLauncher(context, url).launchUrl(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue