diff --git a/lib/main.dart b/lib/main.dart index c636f81..2633213 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -23,17 +23,8 @@ class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( -// theme: theme, + theme: theme, title: 'Multimedia', -// theme: ThemeData.dark().copyWith( -// useMaterial3: true, -// colorScheme: ColorScheme.fromSeed( -// seedColor: const Color.fromARGB(255, 147, 229, 250), -// brightness: Brightness.dark, -// surface: const Color.fromARGB(255, 42, 51, 59), -// ), -// scaffoldBackgroundColor: const Color.fromARGB(255, 50, 58, 60), -// ), home: const TabsScreen(), ); }