💄 Optimize thinking UI

This commit is contained in:
2025-10-27 00:56:21 +08:00
parent 4b32b65d1c
commit 481190811b
7 changed files with 745 additions and 732 deletions

View File

@@ -707,15 +707,15 @@ class ChatRoomScreen extends HookConsumerWidget {
top: 8,
right: 8,
child: Container(
width: 24,
height: 24,
width: 16,
height: 16,
decoration: BoxDecoration(
color: Theme.of(context).colorScheme.primary,
shape: BoxShape.circle,
),
child: Icon(
Icons.check,
size: 16,
size: 12,
color: Theme.of(context).colorScheme.onPrimary,
),
),