Skip to content

Commit

Permalink
Merge pull request #8 from 1runeberg/patch-v0.6.1
Browse files Browse the repository at this point in the history
Fix minor layout issue with granular action button (regen response/del)
  • Loading branch information
1runeberg authored Aug 31, 2024
2 parents 4b63f31 + 725334a commit 79096c1
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 79096c1

Please sign in to comment.