Skip to content

Commit

Permalink
TW-1313: change color of header text of preview link
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockvn authored and hoangdat committed Jan 16, 2024
1 parent 7ae99e6 commit 34f5c5e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ class LinkPreviewLarge extends StatelessWidget {
child: Text(
urlPreviewPresentation.title!,
style: Theme.of(context).textTheme.titleMedium?.copyWith(
fontWeight: FontWeight.w800,
color: Theme.of(context).colorScheme.onSurfaceVariant,
),
maxLines: 2,
Expand Down

0 comments on commit 34f5c5e

Please sign in to comment.