mod: 动态页面长按复制、链接跳转、样式
This commit is contained in:
@ -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),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user