Attachment thumbnail

This commit is contained in:
2024-09-10 22:47:28 +08:00
parent 8d9a8b5435
commit e385f79df2
3 changed files with 266 additions and 116 deletions

View File

@ -368,10 +368,7 @@ class _PostItemState extends State<PostItem> {
end: Alignment.topCenter,
colors: [
Theme.of(context).colorScheme.surfaceContainerLow,
Theme.of(context)
.colorScheme
.surface
.withOpacity(0),
Colors.transparent,
],
),
),
@ -464,10 +461,7 @@ class _PostItemState extends State<PostItem> {
end: Alignment.topCenter,
colors: [
Theme.of(context).colorScheme.surface,
Theme.of(context)
.colorScheme
.surface
.withOpacity(0),
Colors.transparent,
],
),
),