mod: 字重w500全部上调到w600;横版卡片标题回退为2行

This commit is contained in:
orz12
2024-08-26 06:55:49 +08:00
parent 40819100c3
commit df2e577ebc
16 changed files with 21 additions and 20 deletions

View File

@@ -303,7 +303,7 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
// : videoItem['title'] ?? "",
style: const TextStyle(
fontSize: 16,
fontWeight: FontWeight.w500,
fontWeight: FontWeight.w600,
),
maxLines: 2,
overflow: TextOverflow.ellipsis,

View File

@@ -47,7 +47,7 @@ class IntroDetail extends StatelessWidget {
videoDetail!.title,
style: const TextStyle(
fontSize: 16,
fontWeight: FontWeight.w500,
fontWeight: FontWeight.w600,
),
),
const SizedBox(height: 6),