Skip to content

Commit

Permalink
Miria向けエラーアイコンを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux committed Nov 2, 2024
1 parent b9868b9 commit 723f57a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions assets/images/miria_error.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions lib/view/common/misskey_notes/network_image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,16 @@ class NetworkImageView extends ConsumerWidget {
alignment: Alignment.center,
children: [
Container(
color: Colors.grey,
color: const Color.fromARGB(255, 224, 224, 224),
),
Icon(
Icons.image_not_supported_outlined,
color: Colors.grey.shade800,
SvgPicture.asset(
"assets/images/miria_error.svg",
colorFilter: const ColorFilter.mode(
Color.fromARGB(255, 117, 117, 117),
BlendMode.srcIn,
),
width: 48,
height: 48,
),
],
),
Expand Down

0 comments on commit 723f57a

Please sign in to comment.