We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af8306 commit 773d5e5Copy full SHA for 773d5e5
lib/ui/chat/widgets/media_thumbnail.dart
@@ -48,7 +48,7 @@ class MediaThumbnail extends StatelessWidget {
48
width: 32.w,
49
height: 32.h,
50
decoration: BoxDecoration(
51
- color: Colors.black.withValues(alpha: 0.5),
+ color: context.colors.solidNeutralBlack.withValues(alpha: 0.5),
52
),
53
child: Center(
54
child: SizedBox(
0 commit comments