adjust position of points gain animation over new messages

This commit is contained in:
ggurdin 2024-08-23 14:19:22 -04:00
parent f8020279c6
commit 3ce03ecc2f
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -474,9 +474,12 @@ class ChatView extends StatelessWidget {
), ),
Row( Row(
children: [ children: [
const PointsGainedAnimation( PointsGainedAnimation(
gainColor: Colors.blue, gainColor: Theme.of(context)
.colorScheme
.onPrimary,
), ),
const SizedBox(width: 100),
ChatFloatingActionButton( ChatFloatingActionButton(
controller: controller, controller: controller,
), ),