factor:布局颜色重构

This commit is contained in:
2025-11-20 13:37:56 +08:00
parent 50d7657a93
commit 8f0f641d37
10 changed files with 159 additions and 118 deletions

View File

@@ -27,7 +27,7 @@ class MyApp extends StatelessWidget {
home: HomePage(),
debugShowCheckedModeBanner: false,
theme: ThemeData(
scaffoldBackgroundColor: Color(0xFFF5F5F5),
useMaterial3: true,
fontFamily: 'CustomFont',
),
);