feat:更新表单组件
This commit is contained in:
@@ -47,11 +47,6 @@ class MyApp extends StatelessWidget {
|
||||
child: child!,
|
||||
);
|
||||
},
|
||||
theme: ThemeData(
|
||||
fontFamily: 'Inter',
|
||||
scaffoldBackgroundColor: const Color(0xFFF9FAFB),
|
||||
primaryColor: const Color(0xFF38BDF8),
|
||||
),
|
||||
home: HomePage(),
|
||||
debugShowCheckedModeBanner: false,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user