Changed theme colour

This commit is contained in:
Imran Remtulla
2022-08-23 15:36:29 -04:00
parent 9354e3c30b
commit e86fa801a3
13 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ void main() async {
));
}
var defaultThemeColour = const Color(0xFF69F0AE);
var defaultThemeColour = Colors.deepPurple;
class MyApp extends StatelessWidget {
const MyApp({super.key});