remove fixed colors

This commit is contained in:
Ankit Mahato
2023-03-11 22:37:47 +05:30
parent 349149c67f
commit e602e5dca5
5 changed files with 19 additions and 13 deletions

View File

@ -29,6 +29,7 @@ class App extends StatelessWidget {
fontFamily: GoogleFonts.openSans().fontFamily,
colorSchemeSeed: Colors.blue,
useMaterial3: true,
brightness: Brightness.light,
),
home: const HomePage(),
);