💄 Optimize cloud file text file

This commit is contained in:
2025-10-10 23:58:33 +08:00
parent 7dd4b20628
commit 8c6bd0feaa
5 changed files with 171 additions and 28 deletions

View File

@@ -368,7 +368,7 @@ class ChatInput extends HookConsumerWidget {
onLinkAttachment!,
),
],
iconColor: Colors.white,
iconColor: Theme.of(context).colorScheme.onSurface,
),
],
),

View File

@@ -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();