mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
Update config_edit_page.dart
This commit is contained in:
@@ -80,7 +80,7 @@ class _ConfigEditPageState extends ConsumerState<ConfigEditPage> {
|
||||
child: TextField(
|
||||
focusNode: node,
|
||||
style: TextStyle(
|
||||
color: ref.read(themeProvider).themeColor.descColor(),
|
||||
color: ref.read(themeProvider).themeColor.titleColor(),
|
||||
fontSize: 14,
|
||||
),
|
||||
controller: _controller,
|
||||
|
||||
Reference in New Issue
Block a user