mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 09:16:19 +01:00
Tweak style
This commit is contained in:
parent
6c69e7e2ed
commit
0689040ccc
1 changed files with 6 additions and 3 deletions
|
@ -156,9 +156,12 @@ class _ViewerDetailPaneState extends State<ViewerDetailPane> {
|
||||||
child: const Divider(),
|
child: const Divider(),
|
||||||
),
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(
|
leading: Container(
|
||||||
Icons.image_outlined,
|
height: double.infinity,
|
||||||
color: AppTheme.getSecondaryTextColor(context),
|
child: Icon(
|
||||||
|
Icons.image_outlined,
|
||||||
|
color: AppTheme.getSecondaryTextColor(context),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
title: Text(basenameWithoutExtension(widget.file.path)),
|
title: Text(basenameWithoutExtension(widget.file.path)),
|
||||||
subtitle: Text(widget.file.strippedPath),
|
subtitle: Text(widget.file.strippedPath),
|
||||||
|
|
Loading…
Reference in a new issue