This commit is contained in:
2024-11-24 20:23:06 +08:00
parent 66f41179ba
commit 7221af75eb
31 changed files with 2769 additions and 46 deletions

View File

@ -290,7 +290,7 @@ class _AttachmentItemContentVideoState
),
),
const Icon(
Icons.play_arrow,
Symbols.play_arrow,
shadows: labelShadows,
color: Colors.white,
).padding(bottom: 4, right: 8),
@ -450,7 +450,7 @@ class _AttachmentItemContentAudioState
),
),
const Icon(
Icons.play_arrow,
Symbols.play_arrow,
shadows: labelShadows,
color: Colors.white,
).padding(bottom: 4, right: 8),