diff --git a/packages/smooth_app/lib/pages/product/gallery_view/product_image_gallery_details_banner.dart b/packages/smooth_app/lib/pages/product/gallery_view/product_image_gallery_details_banner.dart index dcf704435b86..498dacb9e7ed 100644 --- a/packages/smooth_app/lib/pages/product/gallery_view/product_image_gallery_details_banner.dart +++ b/packages/smooth_app/lib/pages/product/gallery_view/product_image_gallery_details_banner.dart @@ -293,6 +293,12 @@ class _PhotoRowDate extends StatelessWidget { leading: _PhotoRowDetailsIcon( color: outdated ? extension.warning : extension.primaryDark, icon: outdated ? _outdatedIcon : _successIcon, + padding: outdated + ? const EdgeInsetsDirectional.only( + top: 0.5, + end: 1.0, + ) + : null, ), title: Text(appLocalizations.date), trailing: Column(