From 34f5c5e7d4393f2901d805a9e487d3a2e3d18d51 Mon Sep 17 00:00:00 2001 From: sherlock Date: Tue, 16 Jan 2024 11:42:51 +0700 Subject: [PATCH] TW-1313: change color of header text of preview link --- .../twake_preview_link/twake_link_preview_item.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/widgets/twake_components/twake_preview_link/twake_link_preview_item.dart b/lib/widgets/twake_components/twake_preview_link/twake_link_preview_item.dart index 2c1757881..b2383d074 100644 --- a/lib/widgets/twake_components/twake_preview_link/twake_link_preview_item.dart +++ b/lib/widgets/twake_components/twake_preview_link/twake_link_preview_item.dart @@ -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,