mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
update style
This commit is contained in:
@@ -157,7 +157,7 @@ ThemeData lightTheme = ThemeData.light().copyWith(
|
||||
abstract class ThemeColors {
|
||||
Color settingBgColor();
|
||||
|
||||
Color taskTitleColor();
|
||||
Color titleColor();
|
||||
|
||||
Color descColor();
|
||||
|
||||
@@ -170,7 +170,7 @@ abstract class ThemeColors {
|
||||
|
||||
class LightThemeColors extends ThemeColors {
|
||||
@override
|
||||
Color taskTitleColor() {
|
||||
Color titleColor() {
|
||||
return const Color(0xff333333);
|
||||
}
|
||||
|
||||
@@ -202,7 +202,7 @@ class LightThemeColors extends ThemeColors {
|
||||
|
||||
class DartThemeColors extends ThemeColors {
|
||||
@override
|
||||
Color taskTitleColor() {
|
||||
Color titleColor() {
|
||||
return Colors.white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user