Your changes
This commit is contained in:
@@ -64,7 +64,7 @@ class KentApp extends StatelessWidget {
|
||||
useMaterial3: true,
|
||||
textTheme: GoogleFonts.interTextTheme(),
|
||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.red),
|
||||
scaffoldBackgroundColor: const Color(0xfff8f6ff), // your light background
|
||||
scaffoldBackgroundColor: const Color(0xFFE8F0FF), // your light background
|
||||
appBarTheme: const AppBarTheme(
|
||||
backgroundColor: Colors.indigo, // FIX
|
||||
foregroundColor: Colors.white, // white text + icons
|
||||
|
||||
Reference in New Issue
Block a user