mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
增加主题功能
This commit is contained in:
@@ -86,7 +86,7 @@ class _LoginLogPageState extends ConsumerState<LoginLogPage> with LazyLoadState<
|
||||
trailing: item.status == 0
|
||||
? Icon(
|
||||
CupertinoIcons.checkmark_circle,
|
||||
color: primaryColor,
|
||||
color: ref.watch(themeProvider).primaryColor,
|
||||
size: 16,
|
||||
)
|
||||
: const Icon(
|
||||
|
||||
Reference in New Issue
Block a user