mod: 动态页面长按复制、链接跳转、样式

This commit is contained in:
guozhigq
2023-07-18 18:11:06 +08:00
parent 9eb52933c4
commit 70a35deefc
4 changed files with 133 additions and 91 deletions

View File

@ -92,8 +92,10 @@ class _UpPanelState extends State<UpPanel> {
child: Center(
child: Text(
'全部',
style:
TextStyle(color: Theme.of(context).primaryColor),
style: TextStyle(
color: Theme.of(context)
.colorScheme
.onSecondaryContainer),
),
),
),