mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
Home page
This commit is contained in:
@ -33,6 +33,11 @@ class MyApp extends StatelessWidget {
|
||||
},
|
||||
),
|
||||
theme: ThemeData(
|
||||
textTheme: const TextTheme(
|
||||
bodySmall:TextStyle(),
|
||||
bodyLarge:TextStyle(),
|
||||
bodyMedium:TextStyle(),
|
||||
),
|
||||
colorScheme: ColorScheme.fromSeed(
|
||||
seedColor: Colors.deepPurple), // Set up color scheme
|
||||
useMaterial3: true, // Enable Material 3
|
||||
|
Reference in New Issue
Block a user