diff --git a/CHANGELOG.md b/CHANGELOG.md index 9634234..7d39e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # CHANGELOG ## 1.4.2+15 - UNRELEASED -* ... +* Minor cleanup ## 1.4.1+14 * Fixed opening links diff --git a/lib/ui/shared/app_colors.dart b/lib/ui/shared/app_colors.dart index fc7f6c8..4f22032 100644 --- a/lib/ui/shared/app_colors.dart +++ b/lib/ui/shared/app_colors.dart @@ -27,6 +27,3 @@ const Color whiteColor = Colors.white; const Color redColor = Colors.red; const Color orangeColor = Colors.orange; const Color greenColor = Colors.green; - -/// Theme -const Brightness appBarBrightness = Brightness.dark; diff --git a/pubspec.lock b/pubspec.lock index 4796d81..6cba4d7 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -802,7 +802,7 @@ packages: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.3" url_launcher_platform_interface: dependency: transitive description: @@ -858,7 +858,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.3.6" + version: "2.3.8" xdg_directories: dependency: transitive description: