임시 빌드

This commit is contained in:
girinb
2025-07-11 17:34:29 +09:00
parent 7e56c68827
commit af89539293
2 changed files with 40 additions and 32 deletions

View File

@@ -22,7 +22,7 @@ class MyApp extends StatelessWidget {
return MaterialApp(
title: 'Case Study',
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
colorScheme: ColorScheme.fromSeed(seedColor: Color(0xFF2005E6)),
useMaterial3: true,
),
home: const MyHomePage(),