Skip to content

Commit 773d5e5

Browse files
fixup! feat: add media thumbnail widget
1 parent 5af8306 commit 773d5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/chat/widgets/media_thumbnail.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class MediaThumbnail extends StatelessWidget {
4848
width: 32.w,
4949
height: 32.h,
5050
decoration: BoxDecoration(
51-
color: Colors.black.withValues(alpha: 0.5),
51+
color: context.colors.solidNeutralBlack.withValues(alpha: 0.5),
5252
),
5353
child: Center(
5454
child: SizedBox(

0 commit comments

Comments
 (0)