Skip to content

Commit

Permalink
Removing material app color (not needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoazvd17 committed Nov 30, 2023
1 parent 14cbbb3 commit ae0dc7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class MyApp extends StatelessWidget {
supportedLocales: AppConstants.supportedLocales,
theme: AppThemes.light,
darkTheme: AppThemes.dark,
color: AppThemes.materialAppColor,
initialRoute: HomePage.route,
routes: {
HomePage.route: (_) => HomePage(controller: HomeController()),
Expand Down
1 change: 0 additions & 1 deletion lib/src/core/utils/app_themes.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'package:flutter/material.dart';

class AppThemes {
static const Color materialAppColor = Colors.black;
static const Color primaryColor = Colors.blue;
static const Color lightBackgroundColor = Color.fromRGBO(236, 239, 241, 1);
static const Color darkBackgroundColor = Colors.black;
Expand Down

0 comments on commit ae0dc7e

Please sign in to comment.