Update packages/stream_chat_flutter/lib/src/attachment/attachment_upload_state_builder.dart

This commit is contained in:
Sahil Kumar
2023-06-20 15:30:41 +05:30
committed by GitHub
parent c96167cf0c
commit 01c9b77d5d
@@ -216,7 +216,7 @@ class _FailedState extends StatelessWidget {
horizontal: 12, horizontal: 12,
), ),
child: Text( child: Text(
error ?? 'Failed to upload file', context.translations.uploadErrorLabel,
style: theme.textTheme.footnote.copyWith( style: theme.textTheme.footnote.copyWith(
color: theme.colorTheme.barsBg, color: theme.colorTheme.barsBg,
), ),