Skip to content

Commit

Permalink
Merge branch 'develop' into feat/4068
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki authored Dec 6, 2023
2 parents cfd84d1 + b91a784 commit 40b1153
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import 'package:smooth_app/database/dao_int.dart';
import 'package:smooth_app/database/local_database.dart';
import 'package:smooth_app/generic_lib/design_constants.dart';
import 'package:smooth_app/generic_lib/widgets/images/smooth_image.dart';
import 'package:smooth_app/generic_lib/widgets/smooth_back_button.dart';
import 'package:smooth_app/pages/crop_page.dart';
import 'package:smooth_app/pages/image_crop_page.dart';
import 'package:smooth_app/widgets/smooth_app_bar.dart';
Expand Down Expand Up @@ -43,6 +44,9 @@ class UploadedImageGallery extends StatelessWidget {
backgroundColor: Colors.black,
foregroundColor: WHITE_COLOR,
elevation: 0,
leading: const SmoothBackButton(
iconColor: Colors.white,
),
),
body: GridView.builder(
itemCount: imageIds.length,
Expand Down

0 comments on commit 40b1153

Please sign in to comment.