Skip to content

Commit

Permalink
Fix minor layout issue with granular action button (regen response/del)
Browse files Browse the repository at this point in the history
  • Loading branch information
1runeberg committed Aug 31, 2024
1 parent 4b63f31 commit 725334a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confichat/lib/ui_widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ class ChatBubble extends StatelessWidget {

// Chat contents
Row( children: [
const SizedBox(width:10),
const SizedBox(height: 40, width: 10),

// Animated icon
if(!isUser && animateIcon) const AnimIconColorFade(
Expand Down

0 comments on commit 725334a

Please sign in to comment.