feat: Add minor widget and asset refinements

This commit is contained in:
cogwheel0
2025-12-08 17:13:26 +05:30
parent cd853ef5ba
commit 9c7789ca02
45 changed files with 44 additions and 2 deletions

View File

@@ -693,7 +693,7 @@ class _AssistantMessageWidgetState extends ConsumerState<AssistantMessageWidget>
);
_cachedAvatar = Padding(
padding: const EdgeInsets.only(bottom: 8),
padding: const EdgeInsets.only(bottom: Spacing.md),
child: Row(
children: [
leading,