Skip to content

Commit 4b996f9

Browse files
committed
remove commented surface color type
1 parent 4acf088 commit 4b996f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/lib/theme/custom/colors/app_colors.dart

-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ class AppColors {
1111
onSurface: Color(0xFF000022),
1212
error: Color(0xffF51D07),
1313
onError: Color(0xffF4F8F9),
14-
// surface: Color(0xffF4F8F9), // dark blue for the scan bottomButtonBar icon
15-
// onSurface: Color(0xFF000022),
1614
tertiary: Color(0xFF3880BD), // starting color of gradient
1715
brightness: Brightness.light,
1816
);
@@ -27,8 +25,6 @@ class AppColors {
2725
onSurface: Color(0xFF000022),
2826
error: Color(0xffF51D07),
2927
onError: Color(0xFFF6FAF1),
30-
// surface: Color(0xFFF6FAF1), // dark blue for the scan bottomButtonBar icon
31-
// onSurface: Color(0xFF000022),
3228
tertiary: Color(0xff319673), // starting color of gradient
3329
brightness: Brightness.light,
3430
);

0 commit comments

Comments
 (0)