mod: 收藏夹样式
This commit is contained in:
@ -210,7 +210,10 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
|
||||
}),
|
||||
),
|
||||
onPressed: showIntroDetail,
|
||||
icon: const Icon(Icons.more_horiz),
|
||||
icon: Icon(
|
||||
Icons.more_horiz,
|
||||
color: Theme.of(context).colorScheme.primary,
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
Reference in New Issue
Block a user