💄 Optimize cloud file text file
This commit is contained in:
@@ -368,7 +368,7 @@ class ChatInput extends HookConsumerWidget {
|
||||
onLinkAttachment!,
|
||||
),
|
||||
],
|
||||
iconColor: Colors.white,
|
||||
iconColor: Theme.of(context).colorScheme.onSurface,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
@@ -39,7 +39,7 @@ class MessageIndicators extends StatelessWidget {
|
||||
context,
|
||||
status!,
|
||||
textColor.withOpacity(0.7),
|
||||
).padding(bottom: 4),
|
||||
).padding(bottom: 2),
|
||||
);
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@ class MessageIndicators extends StatelessWidget {
|
||||
strokeWidth: 2,
|
||||
valueColor: AlwaysStoppedAnimation(textColor),
|
||||
),
|
||||
);
|
||||
).padding(bottom: 2);
|
||||
case MessageStatus.sent:
|
||||
// Sent status is hidden
|
||||
return const SizedBox.shrink();
|
||||
|
Reference in New Issue
Block a user