mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-23 09:29:41 +02:00
Changed theme colour
This commit is contained in:
@@ -50,7 +50,7 @@ void main() async {
|
||||
));
|
||||
}
|
||||
|
||||
var defaultThemeColour = const Color(0xFF69F0AE);
|
||||
var defaultThemeColour = Colors.deepPurple;
|
||||
|
||||
class MyApp extends StatelessWidget {
|
||||
const MyApp({super.key});
|
||||
|
Reference in New Issue
Block a user