Skip to content

Commit

Permalink
remove commented surface color type
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jan 11, 2025
1 parent 4acf088 commit 4b996f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/lib/theme/custom/colors/app_colors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class AppColors {
onSurface: Color(0xFF000022),
error: Color(0xffF51D07),
onError: Color(0xffF4F8F9),
// surface: Color(0xffF4F8F9), // dark blue for the scan bottomButtonBar icon
// onSurface: Color(0xFF000022),
tertiary: Color(0xFF3880BD), // starting color of gradient
brightness: Brightness.light,
);
Expand All @@ -27,8 +25,6 @@ class AppColors {
onSurface: Color(0xFF000022),
error: Color(0xffF51D07),
onError: Color(0xFFF6FAF1),
// surface: Color(0xFFF6FAF1), // dark blue for the scan bottomButtonBar icon
// onSurface: Color(0xFF000022),
tertiary: Color(0xff319673), // starting color of gradient
brightness: Brightness.light,
);
Expand Down

0 comments on commit 4b996f9

Please sign in to comment.