update style

This commit is contained in:
jyuesong
2022-01-19 09:15:31 +08:00
parent 0a2e9a3c09
commit ca6f1db16f
11 changed files with 46 additions and 67 deletions

View File

@@ -53,7 +53,7 @@ class _ScriptPageState extends ConsumerState<ScriptPage> {
style: TextStyle(
color: (item.disabled ?? false)
? ref.watch(themeProvider).themeColor.descColor()
: ref.watch(themeProvider).themeColor.taskTitleColor(),
: ref.watch(themeProvider).themeColor.titleColor(),
fontSize: 16,
),
),
@@ -73,7 +73,7 @@ class _ScriptPageState extends ConsumerState<ScriptPage> {
style: TextStyle(
color: (item.disabled ?? false)
? ref.watch(themeProvider).themeColor.descColor()
: ref.watch(themeProvider).themeColor.taskTitleColor(),
: ref.watch(themeProvider).themeColor.titleColor(),
fontSize: 14,
),
),
@@ -95,7 +95,7 @@ class _ScriptPageState extends ConsumerState<ScriptPage> {
style: TextStyle(
color: (item.disabled ?? false)
? ref.watch(themeProvider).themeColor.descColor()
: ref.watch(themeProvider).themeColor.taskTitleColor(),
: ref.watch(themeProvider).themeColor.titleColor(),
fontSize: 16,
),
),