mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Tweak icons
This commit is contained in:
parent
67c35bcd00
commit
39bb943bd5
1 changed files with 3 additions and 3 deletions
|
@ -195,7 +195,7 @@ class _SharingBrowserState extends State<SharingBrowser> {
|
||||||
filterQuality: FilterQuality.high,
|
filterQuality: FilterQuality.high,
|
||||||
imageRenderMethodForWeb: ImageRenderMethodForWeb.HttpGet,
|
imageRenderMethodForWeb: ImageRenderMethodForWeb.HttpGet,
|
||||||
errorWidget: (context, url, error) => Icon(
|
errorWidget: (context, url, error) => Icon(
|
||||||
Icons.image_not_supported,
|
Icons.folder,
|
||||||
size: 32,
|
size: 32,
|
||||||
color: AppTheme.getUnfocusedIconColor(context),
|
color: AppTheme.getUnfocusedIconColor(context),
|
||||||
),
|
),
|
||||||
|
@ -234,7 +234,7 @@ class _SharingBrowserState extends State<SharingBrowser> {
|
||||||
height: _leadingSize,
|
height: _leadingSize,
|
||||||
width: _leadingSize,
|
width: _leadingSize,
|
||||||
child: Icon(
|
child: Icon(
|
||||||
Icons.photo_album_outlined,
|
Icons.photo_album,
|
||||||
size: 32,
|
size: 32,
|
||||||
color: AppTheme.getUnfocusedIconColor(context),
|
color: AppTheme.getUnfocusedIconColor(context),
|
||||||
),
|
),
|
||||||
|
@ -253,7 +253,7 @@ class _SharingBrowserState extends State<SharingBrowser> {
|
||||||
filterQuality: FilterQuality.high,
|
filterQuality: FilterQuality.high,
|
||||||
imageRenderMethodForWeb: ImageRenderMethodForWeb.HttpGet,
|
imageRenderMethodForWeb: ImageRenderMethodForWeb.HttpGet,
|
||||||
errorWidget: (context, url, error) => Icon(
|
errorWidget: (context, url, error) => Icon(
|
||||||
Icons.panorama,
|
Icons.photo_album,
|
||||||
size: 32,
|
size: 32,
|
||||||
color: AppTheme.getUnfocusedIconColor(context),
|
color: AppTheme.getUnfocusedIconColor(context),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue