diff --git a/lib/pages/chat/chat_view.dart b/lib/pages/chat/chat_view.dart index 689ac4e70..12437c8ac 100644 --- a/lib/pages/chat/chat_view.dart +++ b/lib/pages/chat/chat_view.dart @@ -474,9 +474,12 @@ class ChatView extends StatelessWidget { ), Row( children: [ - const PointsGainedAnimation( - gainColor: Colors.blue, + PointsGainedAnimation( + gainColor: Theme.of(context) + .colorScheme + .onPrimary, ), + const SizedBox(width: 100), ChatFloatingActionButton( controller: controller, ),