Change theme to be yellow

This commit is contained in:
lemoer 2025-07-06 00:49:18 +02:00
parent c6ad9a29bf
commit 7251fce43a

View File

@ -78,7 +78,7 @@ class MyApp extends StatelessWidget {
return MaterialApp(
title: 'Flutter Demo',
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
colorScheme: ColorScheme.fromSeed(seedColor: Colors.yellow),
),
home: const MyHomePage(title: 'LeineLab e.V. Key App'),
);