Skip to content

Commit

Permalink
Recenter outdated icon
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Jan 19, 2025
1 parent b15960d commit 99534a7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 99534a7

Please sign in to comment.